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
Mon, Nov 24, 1:50 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
362413
Default Alt Text
PHUIFormFreeformDateControl.php (508 B)

Event Timeline