Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102118378
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
Mon, Feb 17, 07:07
Size
281 B
Mime Type
text/x-php
Expires
Wed, Feb 19, 07:07 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24285582
Attached To
rPH Phabricator
AphrontWebpageResponse.php
View Options
<?php
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