setHeader() setHeader(string $header) : $this Set headers. Parameters string $header type of header to set Returns $this
checkIfHeadersAlreadySent() checkIfHeadersAlreadySent() : void Check if headers are already sent and throw exception if it is. Throws \Exception
redirect() redirect(string $url) : void Redirect to another page. Parameters string $url to redirect to