Page MenuHomec4science

AphrontFormMarkupControl.php
No OneTemporary

File Metadata

Created
Fri, Aug 30, 23:14

AphrontFormMarkupControl.php

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

Event Timeline