Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106001993
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, Mar 21, 09:57
Size
552 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 09:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25057977
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