Response WIP

This commit is contained in:
Qiang Xue
2013-06-06 07:34:25 -04:00
parent 9b65934638
commit 6d999ab3dc

View File

@@ -28,6 +28,21 @@ class Response extends \yii\base\Response
*/
public $ajaxRedirectCode = 278;
private $_headers;
/**
* Returns the header collection.
* The header collection contains the currently registered HTTP headers.
* @return HeaderCollection the header collection
*/
public function getHeaders()
{
if ($this->_headers === null) {
$this->_headers = new HeaderCollection;
}
return $this->_headers;
}
/**
* Sends a file to user.
* @param string $fileName file name