Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96999907
PhabricatorEditEnginePointsCommentAction.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, 12:16
Size
295 B
Mime Type
text/x-php
Expires
Fri, Jan 3, 12:16 (2 d)
Engine
blob
Format
Raw Data
Handle
23309711
Attached To
rPH Phabricator
PhabricatorEditEnginePointsCommentAction.php
View Options
<?php
final
class
PhabricatorEditEnginePointsCommentAction
extends
PhabricatorEditEngineCommentAction
{
public
function
getPHUIXControlType
()
{
return
'points'
;
}
public
function
getPHUIXControlSpecification
()
{
return
array
(
'value'
=>
$this
->
getValue
(),
);
}
}
Event Timeline
Log In to Comment