Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93061585
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 25, 22:04
Size
466 B
Mime Type
text/x-php
Expires
Wed, Nov 27, 22:04 (2 d)
Engine
blob
Format
Raw Data
Handle
22567856
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
());
}
protected
function
newBulkParameterType
()
{
return
new
BulkPointsParameterType
();
}
}
Event Timeline
Log In to Comment