Page MenuHomec4science

AphrontFormSectionControl.php
No OneTemporary

File Metadata

Created
Sun, Jun 22, 14:04

AphrontFormSectionControl.php

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

Event Timeline