ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
setCasClient (CAS_Client $casClient) | |
Use a particular CAS_Client->initializeProxiedService() rather than the static phpCAS::initializeProxiedService(). More... | |
Definition at line 56 of file Testable.php.
CAS_ProxiedService_Testable::setCasClient | ( | CAS_Client | $casClient | ) |
Use a particular CAS_Client->initializeProxiedService() rather than the static phpCAS::initializeProxiedService().
This method should not be called in standard operation, but is needed for unit testing.
CAS_Client | $casClient | Cas client object |
CAS_OutOfSequenceException | If called after a proxy ticket has already been initialized/set. |
Implemented in CAS_ProxiedService_Abstract.