|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for CAS_ProxiedService_Testable:
Collaboration diagram for CAS_ProxiedService_Testable: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.