ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
interface.ilWACHeaderInterface.php
Go to the documentation of this file.
1<?php
2
9
15 public function sendHeader($string, $replace = true, $http_response_code = null);
16
17
21 public function sendStatusCode($name);
22
23
28 public function headerExists($name);
29
30
34 public function getSentHeaders();
35}
An exception for terminatinating execution or to throw for unit testing.
Class ilWACHeaderInterface.
sendHeader($string, $replace=true, $http_response_code=null)