This method sets the HTML footer used for all outputs.
- Parameters
-
string | $footer | the HTML footer. |
- Returns
- void
Definition at line 753 of file CAS.php.
754 {
756
757 try {
758 self::$_PHPCAS_CLIENT->setHTMLFooter($footer);
759 } catch (Exception $e) {
761 }
762 }
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().