Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101888867
AphrontWebpageResponse.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
Fri, Feb 14, 19:04
Size
307 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 19:04 (2 d)
Engine
blob
Format
Raw Data
Handle
24209361
Attached To
rPH Phabricator
AphrontWebpageResponse.php
View Options
<?php
/**
* @group aphront
*/
final
class
AphrontWebpageResponse
extends
AphrontHTMLResponse
{
private
$content
;
public
function
setContent
(
$content
)
{
$this
->
content
=
$content
;
return
$this
;
}
public
function
buildResponseString
()
{
return
hsprintf
(
'%s'
,
$this
->
content
);
}
}
Event Timeline
Log In to Comment