3 final class AphrontFormFileControl
extends AphrontFormControl
{
5 protected function getCustomControlClass() {
6 return 'aphront-form-file-text';
9 protected function renderInput() {
14 'name' => $this->getName(),
15 'disabled' => $this->getDisabled() ?
'disabled' : null,