Page MenuHomestyx hydra

AphrontHTMLResponse.php
No OneTemporary

AphrontHTMLResponse.php

<?php
/**
* @group aphront
*/
abstract class AphrontHTMLResponse extends AphrontResponse {
public function getHeaders() {
$headers = array(
array('Content-Type', 'text/html; charset=UTF-8'),
);
$headers = array_merge(parent::getHeaders(), $headers);
return $headers;
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 2:33 PM (1 d, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
346848
Default Alt Text
AphrontHTMLResponse.php (302 B)

Event Timeline