Page MenuHomec4science

AphrontFormSectionControl.php
No OneTemporary

File Metadata

Created
Fri, Aug 30, 16:03

AphrontFormSectionControl.php

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

Event Timeline