Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99363872
PhabricatorSubmitEditField.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
Thu, Jan 23, 21:13
Size
348 B
Mime Type
text/x-php
Expires
Sat, Jan 25, 21:13 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
23786328
Attached To
rPH Phabricator
PhabricatorSubmitEditField.php
View Options
<?php
final
class
PhabricatorSubmitEditField
extends
PhabricatorEditField
{
protected
function
renderControl
()
{
return
id
(
new
AphrontFormSubmitControl
())
->
setValue
(
$this
->
getValue
());
}
protected
function
newHTTPParameterType
()
{
return
null
;
}
protected
function
newConduitParameterType
()
{
return
null
;
}
}
Event Timeline
Log In to Comment