casClient)) * phpCAS::initializeProxiedService($this); * else * $this->casClient->initializeProxiedService($this); * } * */ interface CAS_ProxiedService_Testable { /** * 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. * * @param CAS_Client $casClient * @return void * @throws CAS_OutOfSequenceException If called after a proxy ticket has already been initialized/set. */ public function setCasClient (CAS_Client $casClient); }