Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90780517
PhabricatorPointsEditField.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
Mon, Nov 4, 16:52
Size
372 B
Mime Type
text/x-php
Expires
Wed, Nov 6, 16:52 (2 d)
Engine
blob
Format
Raw Data
Handle
22133605
Attached To
rPH Phabricator
PhabricatorPointsEditField.php
View Options
<?php
final
class
PhabricatorPointsEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
new
AphrontFormTextControl
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitPointsParameterType
();
}
protected
function
newCommentAction
()
{
return
id
(
new
PhabricatorEditEnginePointsCommentAction
());
}
}
Event Timeline
Log In to Comment