Page MenuHomestyx hydra

AphrontHTMLResponse.php
No OneTemporary

AphrontHTMLResponse.php

<?php
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
Thu, Jan 15, 2:04 AM (16 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
610086
Default Alt Text
AphrontHTMLResponse.php (276 B)

Event Timeline