Page MenuHomec4science

AphrontFormStaticControl.php
No OneTemporary

File Metadata

Created
Sun, Jan 5, 14:50

AphrontFormStaticControl.php

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

Event Timeline