Page MenuHomec4science

PhabricatorInstructionsEditField.php
No OneTemporary

File Metadata

Created
Sun, Jul 28, 09:09

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