Helper method for writing headers. Mainly used to override the output while testing.

Parameters

  • string $string the string the send as a header

Returns

void

Source

						protected function _writeHeader($string) {
		header($string, true);
	}