Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101613527
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, Feb 12, 02:19
Size
295 B
Mime Type
text/x-php
Expires
Fri, Feb 14, 02:19 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
24169342
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