Page MenuHomestyx hydra

AphrontWebpageResponse.php
No OneTemporary

AphrontWebpageResponse.php

<?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

Mime Type
text/x-php
Expires
Wed, Dec 3, 8:01 PM (3 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
434085
Default Alt Text
AphrontWebpageResponse.php (307 B)

Event Timeline