Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97604166
PhabricatorStaticEditField.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
Sun, Jan 5, 15:49
Size
305 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 15:49 (2 d)
Engine
blob
Format
Raw Data
Handle
23363147
Attached To
rPH Phabricator
PhabricatorStaticEditField.php
View Options
<?php
final
class
PhabricatorStaticEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
new
AphrontFormMarkupControl
();
}
protected
function
newHTTPParameterType
()
{
return
null
;
}
protected
function
newConduitParameterType
()
{
return
null
;
}
}
Event Timeline
Log In to Comment