Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93582843
PhabricatorEditEngineStaticCommentAction.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, Nov 29, 22:24
Size
552 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 22:24 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22670196
Attached To
rPH Phabricator
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
(),
);
}
}
Event Timeline
Log In to Comment