Viewing File: /home/ubuntu/code-backup/code_review/phabricator/src/view/form/control/PHUIFormDividerControl.php

<?php

final class PHUIFormDividerControl extends AphrontFormControl {

  protected function getCustomControlClass() {
    return 'phui-form-divider';
  }

  protected function renderInput() {
    return phutil_tag('hr', array());
  }

}
Back to Directory File Manager