This method sets the HTML footer used for all outputs.
- Parameters
-
string | $footer | the HTML footer. |
- Returns
- void
Definition at line 773 of file CAS.php.
774 {
776
777 try {
778 self::$_PHPCAS_CLIENT->setHTMLFooter($footer);
779 } catch (Exception $e) {
781 }
782 }
static _validateClientExists()
Checks if a client already exists.
static error($msg)
This method is used by interface methods to print an error and where the function was originally call...
References phpCAS\_validateClientExists(), and phpCAS\error().