Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107915527
PhabricatorEditEngineCommentActionGroup.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Apr 11, 20:59
Size
402 B
Mime Type
text/x-php
Expires
Sun, Apr 13, 20:59 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25492530
Attached To
rPH Phabricator
PhabricatorEditEngineCommentActionGroup.php
View Options
<?php
final
class
PhabricatorEditEngineCommentActionGroup
extends
Phobject
{
private
$key
;
private
$label
;
public
function
setKey
(
$key
)
{
$this
->
key
=
$key
;
return
$this
;
}
public
function
getKey
()
{
return
$this
->
key
;
}
public
function
setLabel
(
$label
)
{
$this
->
label
=
$label
;
return
$this
;
}
public
function
getLabel
()
{
return
$this
->
label
;
}
}
Event Timeline
Log In to Comment