Page MenuHomec4science

AphrontFormStaticControl.php
No OneTemporary

File Metadata

Created
Sat, Jul 13, 18:56

AphrontFormStaticControl.php

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

Event Timeline