Page MenuHomePhorge

AphrontFormFileControl.php
No OneTemporary

Size
403 B
Referenced Files
None
Subscribers
None

AphrontFormFileControl.php

<?php
final class AphrontFormFileControl extends AphrontFormControl {
protected function getCustomControlClass() {
return 'aphront-form-file-text';
}
protected function renderInput() {
return phutil_tag(
'input',
array(
'type' => 'file',
'name' => $this->getName(),
'disabled' => $this->getDisabled() ? 'disabled' : null,
));
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 5, 12:41 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
68723
Default Alt Text
AphrontFormFileControl.php (403 B)

Event Timeline