| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Collaboration diagram for HTML output:
 Collaboration diagram for HTML output:| Functions | |
| CASClient::HTMLFilterOutput ($str) | |
| This method filters a string by replacing special tokens by appropriate values and prints it. | |
| CASClient::printHTMLHeader ($title) | |
| This method prints the header of the HTML output (after filtering). | |
| CASClient::printHTMLFooter () | |
| This method prints the footer of the HTML output (after filtering). | |
| CASClient::setHTMLHeader ($header) | |
| This method set the HTML header used for all outputs. | |
| CASClient::setHTMLFooter ($footer) | |
| This method set the HTML footer used for all outputs. | |
| Variables | |
| CASClient::$_output_header | |
| A string used to print the header of HTML pages. | |
| CASClient::$_output_footer | |
| A string used to print the footer of HTML pages. | |
| 
 | 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 CASClient::PrintHTMLHeader() and CASClient::printHTMLFooter().
| $str | the string to filter and output | 
Definition at line 81 of file client.php.
References CASClient\getServerBaseURL(), CASClient\getServerVersion(), and phpCAS\getVersion().
Referenced by CASClient\printHTMLFooter(), and CASClient\printHTMLHeader().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
This method prints the footer of the HTML output (after filtering).
If CASClient::setHTMLFooter() was not used, a default footer is output.
Definition at line 136 of file client.php.
References CAS_STR_USING_SERVER, CASClient\getString(), and CASClient\HTMLFilterOutput().
Referenced by CASClient\logout(), and CASClient\redirectToCas().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
This method prints the header of the HTML output (after filtering).
If CASClient::setHTMLHeader() was not used, a default header is output.
| $title | the title of the page | 
Definition at line 108 of file client.php.
References CASClient\HTMLFilterOutput().
Referenced by CASClient\logout(), and CASClient\redirectToCas().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| CASClient::setHTMLFooter | ( | $footer | ) | 
This method set the HTML footer used for all outputs.
| $footer | the HTML footer. | 
Definition at line 162 of file client.php.
| CASClient::setHTMLHeader | ( | $header | ) | 
This method set the HTML header used for all outputs.
| $header | the HTML header. | 
Definition at line 150 of file client.php.
| 
 | private | 
A string used to print the footer of HTML pages.
Written by CASClient::setHTMLFooter(), read by printHTMLFooter().
Definition at line 127 of file client.php.
| 
 | private | 
A string used to print the header of HTML pages.
Written by CASClient::setHTMLHeader(), read by CASClient::printHTMLHeader().
Definition at line 97 of file client.php.