Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281931
ArcanistLogMessage.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
755 B
Referenced Files
None
Subscribers
None
ArcanistLogMessage.php
View Options
<?php
final
class
ArcanistLogMessage
extends
Phobject
{
private
$label
;
private
$message
;
private
$color
;
private
$channel
;
public
function
setLabel
(
$label
)
{
$this
->
label
=
$label
;
return
$this
;
}
public
function
getLabel
(
)
{
return
$this
->
label
;
}
public
function
setColor
(
$color
)
{
$this
->
color
=
$color
;
return
$this
;
}
public
function
getColor
(
)
{
return
$this
->
color
;
}
public
function
setChannel
(
$channel
)
{
$this
->
channel
=
$channel
;
return
$this
;
}
public
function
getChannel
(
)
{
return
$this
->
channel
;
}
public
function
setMessage
(
$message
)
{
$this
->
message
=
$message
;
return
$this
;
}
public
function
getMessage
(
)
{
return
$this
->
message
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 02:31 (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113401
Default Alt Text
ArcanistLogMessage.php (755 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment