Page MenuHomec4science

PhabricatorStaticEditField.php
No OneTemporary

File Metadata

Created
Sun, Oct 6, 00:23

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