Page MenuHomec4science

AphrontFormStaticControl.php
No OneTemporary

File Metadata

Created
Mon, Dec 2, 06:16

AphrontFormStaticControl.php

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

Event Timeline