Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101886163
PhabricatorConduitEditField.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, Feb 14, 18:24
Size
306 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 18:24 (2 d)
Engine
blob
Format
Raw Data
Handle
24246920
Attached To
rPH Phabricator
PhabricatorConduitEditField.php
View Options
<?php
final
class
PhabricatorConduitEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
null
;
}
protected
function
newHTTPParameterType
()
{
return
null
;
}
protected
function
newConduitParameterType
()
{
return
new
ConduitWildParameterType
();
}
}
Event Timeline
Log In to Comment