Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117741588
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
Sun, Jun 15, 16:30
Size
348 B
Mime Type
text/x-php
Expires
Tue, Jun 17, 16:30 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26768177
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