Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106366868
PhabricatorInstructionsEditField.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
Tue, Mar 25, 04:53
Size
353 B
Mime Type
text/x-php
Expires
Thu, Mar 27, 04:53 (2 d)
Engine
blob
Format
Raw Data
Handle
25173093
Attached To
rPH Phabricator
PhabricatorInstructionsEditField.php
View Options
<?php
final
class
PhabricatorInstructionsEditField
extends
PhabricatorEditField
{
public
function
appendToForm
(
AphrontFormView
$form
)
{
return
$form
->
appendRemarkupInstructions
(
$this
->
getValue
());
}
protected
function
newHTTPParameterType
()
{
return
null
;
}
protected
function
newConduitParameterType
()
{
return
null
;
}
}
Event Timeline
Log In to Comment