Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/
H A DCAS.php1655 * @param string $target_service Url string of service to proxy
1661 public static function retrievePT($target_service, & $err_code, & $err_msg) argument
1666 return (self::$_PHPCAS_CLIENT->retrievePT($target_service, $err_code, $err_msg));
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php2916 * @param string $target_service the service to ask for with the PT.
2922 public function retrievePT($target_service,&$err_code,&$err_msg) argument
2925 if (gettype($target_service) != 'string')
2926 throw new CAS_TypeMismatchException($target_service, '$target_service', 'string');
2938 .urlencode($target_service).'&pgt='.$this->_getPGT();