Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F32914242
AphrontPlainTextResponse.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
424 B
Subscribers
None
AphrontPlainTextResponse.php
View Options
<?php
final
class
AphrontPlainTextResponse
extends
AphrontResponse
{
public
function
setContent
(
$content
)
{
$this
->
content
=
$content
;
return
$this
;
}
public
function
buildResponseString
()
{
return
$this
->
content
;
}
public
function
getHeaders
()
{
$headers
=
array
(
array
(
'Content-Type'
,
'text/plain; charset=utf-8'
),
);
return
array_merge
(
parent
::
getHeaders
(),
$headers
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Nov 17, 9:26 PM (1 d, 10 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
02/b4/9dca5d0eff8ad583b6f618da3e25
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment