Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91362700
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
Sun, Nov 10, 08:46
Size
295 B
Mime Type
text/x-php
Expires
Tue, Nov 12, 08:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22248078
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