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

<?php

final class AphrontFormStaticControl extends AphrontFormControl {

  protected function getCustomControlClass() {
    return 'aphront-form-control-static';
  }

  protected function renderInput() {
    return $this->getValue();
  }

}
Back to Directory File Manager