Add a basic "harbormaster.step.edit" API method
[phabricator/blender.git] / src / view / form / control / AphrontFormStaticControl.php
blob47060ea29268be7ac61f0868c8c2ed1115940a85
1 <?php
3 final class AphrontFormStaticControl extends AphrontFormControl {
5 protected function getCustomControlClass() {
6 return 'aphront-form-control-static';
9 protected function renderInput() {
10 return $this->getValue();