Page MenuHomec4science

PhabricatorDividerEditField.php
No OneTemporary

File Metadata

Created
Sat, Apr 26, 00:28

PhabricatorDividerEditField.php

<?php
final class PhabricatorDividerEditField
extends PhabricatorEditField {
protected function renderControl() {
return new AphrontFormDividerControl();
}
protected function newHTTPParameterType() {
return null;
}
protected function newConduitParameterType() {
return null;
}
}

Event Timeline