Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893347
AphrontHTMLResponse.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
276 B
Referenced Files
None
Subscribers
None
AphrontHTMLResponse.php
View Options
<?php
abstract
class
AphrontHTMLResponse
extends
AphrontResponse
{
public
function
getHeaders
(
)
{
$headers
=
array
(
array
(
'Content-Type'
,
'text/html; charset=UTF-8'
)
,
)
;
$headers
=
array_merge
(
parent
::
getHeaders
(
)
,
$headers
)
;
return
$headers
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 18:15 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127337
Default Alt Text
AphrontHTMLResponse.php (276 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment