Page MenuHomePhorge

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
Mon, Jun 9, 06:32 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1753140
Default Alt Text
AphrontHTMLResponse.php (276 B)

Event Timeline