Home
last modified time | relevance | path

Searched refs:serviceUrl (Results 1 – 1 of 1) sorted by relevance

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php3268 * @param string $serviceUrl a string giving for CAS retrieve Proxy ticket
3282 public function serviceMail($url,$serviceUrl,$flags,&$err_code,&$err_msg,&$pt) argument
3291 if (gettype($serviceUrl) != 'string')
3292 throw new CAS_TypeMismatchException($serviceUrl, '$serviceUrl', 'string');
3298 $service->setServiceUrl($serviceUrl);