Functions | |
| CAS_Client::HTMLFilterOutput ($str) | |
| CAS_Client::printHTMLHeader ($title) | |
| CAS_Client::printHTMLFooter () | |
| CAS_Client::setHTMLHeader ($header) | |
| CAS_Client::setHTMLFooter ($footer) | |
Variables | |
| CAS_Client::$_output_header | |
| CAS_Client::$_output_footer | |
| CAS_Client::HTMLFilterOutput | ( | $ | str | ) | [private, inherited] |
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().
| $str | the string to filter and output |
Definition at line 96 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 | ( | ) | [private, inherited] |
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 147 of file Client.php.
References CAS_Client::getString(), and CAS_Client::HTMLFilterOutput().
Referenced by CAS_Client::logout(), and CAS_Client::redirectToCas().
| CAS_Client::printHTMLHeader | ( | $ | title | ) | [private, inherited] |
This method prints the header of the HTML output (after filtering). If CAS_Client::setHTMLHeader() was not used, a default header is output.
| $title | the title of the page |
Definition at line 121 of file Client.php.
References CAS_Client::HTMLFilterOutput().
Referenced by CAS_Client::logout(), and CAS_Client::redirectToCas().
| CAS_Client::setHTMLFooter | ( | $ | footer | ) | [inherited] |
This method set the HTML footer used for all outputs.
| $footer | the HTML footer. |
Definition at line 169 of file Client.php.
| CAS_Client::setHTMLHeader | ( | $ | header | ) | [inherited] |
This method set the HTML header used for all outputs.
| $header | the HTML header. |
Definition at line 159 of file Client.php.
CAS_Client::$_output_footer [private, inherited] |
A string used to print the footer of HTML pages. Written by CAS_Client::setHTMLFooter(), read by printHTMLFooter().
Definition at line 139 of file Client.php.
CAS_Client::$_output_header [private, inherited] |
A string used to print the header of HTML pages. Written by CAS_Client::setHTMLHeader(), read by CAS_Client::printHTMLHeader().
Definition at line 111 of file Client.php.
1.7.1