Page MenuHomestyx hydra

AphrontWebpageResponse.php
No OneTemporary

AphrontWebpageResponse.php

<?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);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 8:45 PM (9 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
355784
Default Alt Text
AphrontWebpageResponse.php (281 B)

Event Timeline