Page MenuHomec4science

AphrontFormSectionControl.php
No OneTemporary

File Metadata

Created
Sat, Mar 22, 19:10

AphrontFormSectionControl.php

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

Event Timeline