Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93127058
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
Tue, Nov 26, 10:00
Size
552 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 10:00 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22580434
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