Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100241406
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
Wed, Jan 29, 07:24
Size
257 B
Mime Type
text/x-php
Expires
Fri, Jan 31, 07:24 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23929902
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