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
Sun, Jan 19, 18:15 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127337
Default Alt Text
AphrontHTMLResponse.php (276 B)

Event Timeline