Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91353215
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
Sun, Nov 10, 06:36
Size
353 B
Mime Type
text/x-php
Expires
Tue, Nov 12, 06:36 (2 d)
Engine
blob
Format
Raw Data
Handle
22248342
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