Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112950185
AphrontFormFileControl.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, May 14, 00:44
Size
403 B
Mime Type
text/x-php
Expires
Fri, May 16, 00:44 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26161495
Attached To
rPH Phabricator
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
,
));
}
}
Event Timeline
Log In to Comment