Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110315540
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, Apr 25, 18:13
Size
214 B
Mime Type
text/x-php
Expires
Sun, Apr 27, 18:13 (2 d)
Engine
blob
Format
Raw Data
Handle
25805711
Attached To
rPH Phabricator
PhabricatorInstructionsEditField.php
View Options
<?php
final
class
PhabricatorInstructionsEditField
extends
PhabricatorEditField
{
public
function
appendToForm
(
AphrontFormView
$form
)
{
return
$form
->
appendRemarkupInstructions
(
$this
->
getValue
());
}
}
Event Timeline
Log In to Comment