ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Functions | |
CAS_Client::_htmlFilterOutput ($str) | |
This method filters a string by replacing special tokens by appropriate values and prints it. More... | |
CAS_Client::printHTMLHeader ($title) | |
This method prints the header of the HTML output (after filtering). More... | |
CAS_Client::printHTMLFooter () | |
This method prints the footer of the HTML output (after filtering). More... | |
CAS_Client::setHTMLHeader ($header) | |
This method set the HTML header used for all outputs. More... | |
CAS_Client::setHTMLFooter ($footer) | |
This method set the HTML footer used for all outputs. More... | |
Variables | |
CAS_Client::$_output_header | |
A string used to print the header of HTML pages. More... | |
CAS_Client::$_output_footer | |
A string used to print the footer of HTML pages. More... | |
|
private |
This method filters a string by replacing special tokens by appropriate values and prints it.
The corresponding tokens are taken into account:
Used by CAS_Client::PrintHTMLHeader() and CAS_Client::printHTMLFooter().
string | $str | the string to filter and output |
Definition at line 75 of file Client.php.
References CAS_Client\_getServerBaseURL(), CAS_Client\getServerVersion(), and phpCAS\getVersion().
Referenced by CAS_Client\printHTMLFooter(), and CAS_Client\printHTMLHeader().
CAS_Client::printHTMLFooter | ( | ) |
This method prints the footer of the HTML output (after filtering).
If CAS_Client::setHTMLFooter() was not used, a default footer is output.
Definition at line 130 of file Client.php.
References CAS_Client\$_output_footer, $lang, CAS_Client\_htmlFilterOutput(), and CAS_Client\getLangObj().
Referenced by CAS_Client\_authError(), CAS_Client\_callback(), CAS_Client\logout(), and CAS_Client\redirectToCas().
CAS_Client::printHTMLHeader | ( | $title | ) |
This method prints the header of the HTML output (after filtering).
If CAS_Client::setHTMLHeader() was not used, a default header is output.
string | $title | the title of the page |
Definition at line 101 of file Client.php.
References $title, and CAS_Client\_htmlFilterOutput().
Referenced by CAS_Client\_authError(), CAS_Client\_callback(), CAS_Client\logout(), and CAS_Client\redirectToCas().
CAS_Client::setHTMLFooter | ( | $footer | ) |
This method set the HTML footer used for all outputs.
string | $footer | the HTML footer. |
Definition at line 168 of file Client.php.
CAS_Client::setHTMLHeader | ( | $header | ) |
This method set the HTML header used for all outputs.
string | $header | the HTML header. |
Definition at line 151 of file Client.php.
References $header.
|
private |
A string used to print the footer of HTML pages.
Written by CAS_Client::setHTMLFooter(), read by printHTMLFooter().
Definition at line 121 of file Client.php.
Referenced by CAS_Client\printHTMLFooter().
|
private |
A string used to print the header of HTML pages.
Written by CAS_Client::setHTMLHeader(), read by CAS_Client::printHTMLHeader().
Definition at line 90 of file Client.php.