Page MenuHomec4science

PhabricatorInstructionsEditField.php
No OneTemporary

File Metadata

Created
Thu, Apr 24, 10:05

PhabricatorInstructionsEditField.php

<?php
final class PhabricatorInstructionsEditField
extends PhabricatorEditField {
public function appendToForm(AphrontFormView $form) {
return $form->appendRemarkupInstructions($this->getValue());
}
protected function newHTTPParameterType() {
return null;
}
}

Event Timeline