Page MenuHomestyx hydra

AphrontFormStaticControl.php
No OneTemporary

AphrontFormStaticControl.php

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

File Metadata

Mime Type
text/x-php
Expires
Thu, Jan 15, 3:59 AM (20 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
609660
Default Alt Text
AphrontFormStaticControl.php (242 B)

Event Timeline