Page MenuHomec4science

PhabricatorStaticEditField.php
No OneTemporary

File Metadata

Created
Fri, Jun 28, 06:50

PhabricatorStaticEditField.php

<?php
final class PhabricatorStaticEditField
extends PhabricatorEditField {
protected function newControl() {
return new AphrontFormMarkupControl();
}
protected function newHTTPParameterType() {
return null;
}
protected function newConduitParameterType() {
return null;
}
}

Event Timeline