Extends
lithium\core\Object
Helper method for writing headers. Mainly used to override the output while testing.
Parameters
- string $string the string the send as a header
Returns
voidSource
protected function _writeHeader($string) {
header($string, true);
}