Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99427144
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
Fri, Jan 24, 11:34
Size
282 B
Mime Type
text/x-php
Expires
Sun, Jan 26, 11:34 (1 d, 16 h)
Engine
blob
Format
Raw Data
Handle
23798228
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
;
}
}
Event Timeline
Log In to Comment