Page MenuHomestyx hydra

PHUIFormFreeformDateControl.php
No OneTemporary

PHUIFormFreeformDateControl.php

<?php
final class PHUIFormFreeformDateControl extends AphrontFormControl {
protected function getCustomControlClass() {
return 'aphront-form-control-text';
}
protected function renderInput() {
return javelin_tag(
'input',
array(
'type' => 'text',
'name' => $this->getName(),
'value' => $this->getValue(),
'disabled' => $this->getDisabled() ? 'disabled' : null,
'id' => $this->getID(),
));
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Feb 24, 10:19 PM (22 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
840322
Default Alt Text
PHUIFormFreeformDateControl.php (508 B)

Event Timeline