Page MenuHomePhorge

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
Jan 19 2025, 21:59 (6 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129175
Default Alt Text
PhabricatorInstructionsEditField.php (353 B)

Event Timeline