Page MenuHomec4science

AphrontFormMarkupControl.php
No OneTemporary

File Metadata

Created
Mon, Jun 23, 02:12

AphrontFormMarkupControl.php

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

Event Timeline