Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891361
PhabricatorEditEngineStaticCommentAction.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
552 B
Referenced Files
None
Subscribers
None
PhabricatorEditEngineStaticCommentAction.php
View Options
<?php
final
class
PhabricatorEditEngineStaticCommentAction
extends
PhabricatorEditEngineCommentAction
{
private
$description
;
public
function
setDescription
(
$description
)
{
$this
->
description
=
$description
;
return
$this
;
}
public
function
getDescription
(
)
{
return
$this
->
description
;
}
public
function
getPHUIXControlType
(
)
{
return
'static'
;
}
public
function
getPHUIXControlSpecification
(
)
{
return
array
(
'value'
=>
$this
->
getValue
(
)
,
'description'
=>
$this
->
getDescription
(
)
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 15:06 (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125791
Default Alt Text
PhabricatorEditEngineStaticCommentAction.php (552 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment