Page MenuHomePhorge

PhabricatorInstructionsEditField.php
No OneTemporary

Size
353 B
Referenced Files
None
Subscribers
None

PhabricatorInstructionsEditField.php

<?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;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 1:59 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
115839
Default Alt Text
PhabricatorInstructionsEditField.php (353 B)

Event Timeline