Page MenuHomec4science

AphrontFormStaticControl.php
No OneTemporary

File Metadata

Created
Thu, Jan 23, 07:10

AphrontFormStaticControl.php

<?php
final class AphrontFormStaticControl extends AphrontFormControl {
protected function getCustomControlClass() {
return 'aphront-form-control-static';
}
protected function renderInput() {
return $this->getValue();
}
}

Event Timeline