Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97002865
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
Wed, Jan 1, 13:01
Size
552 B
Mime Type
text/x-php
Expires
Fri, Jan 3, 13:01 (2 d)
Engine
blob
Format
Raw Data
Handle
23310256
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