Page MenuHomestyx hydra

PhabricatorInstructionsEditField.php
No OneTemporary

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
Fri, Nov 14, 2:06 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
337099
Default Alt Text
PhabricatorInstructionsEditField.php (353 B)

Event Timeline