Page MenuHomec4science

AphrontFormStaticControl.php
No OneTemporary

File Metadata

Created
Fri, Jul 12, 13:01

AphrontFormStaticControl.php

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

Event Timeline