Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1604275
AphrontWebpageResponse.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
307 B
Referenced Files
None
Subscribers
None
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
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 16, 11:15 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
356986
Default Alt Text
AphrontWebpageResponse.php (307 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment