Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91629249
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, Nov 12, 21:49
Size
282 B
Mime Type
text/x-php
Expires
Thu, Nov 14, 21:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22296317
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