Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F452519
AphrontFormFileControl.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
403 B
Referenced Files
None
Subscribers
None
AphrontFormFileControl.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 12:41 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
68723
Default Alt Text
AphrontFormFileControl.php (403 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment