Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12654385
ArcanistLogMessage.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
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
Fri, Nov 28, 14:51 (10 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1077083
Default Alt Text
ArcanistLogMessage.php (755 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment