Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108862004
PhabricatorIntEditField.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
Fri, Apr 18, 19:51
Size
257 B
Mime Type
text/x-php
Expires
Sun, Apr 20, 19:51 (2 d)
Engine
blob
Format
Raw Data
Handle
25655765
Attached To
rPH Phabricator
PhabricatorIntEditField.php
View Options
<?php
final
class
PhabricatorIntEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
new
AphrontFormTextControl
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitIntParameterType
();
}
}
Event Timeline
Log In to Comment