Page MenuHomec4science

PhabricatorDividerEditField.php
No OneTemporary

File Metadata

Created
Wed, Feb 12, 15:59

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