Searched refs:target_service (Results 1 – 2 of 2) sorted by relevance
1655 * @param string $target_service Url string of service to proxy1661 public static function retrievePT($target_service, & $err_code, & $err_msg) argument1666 return (self::$_PHPCAS_CLIENT->retrievePT($target_service, $err_code, $err_msg));
2916 * @param string $target_service the service to ask for with the PT.2922 public function retrievePT($target_service,&$err_code,&$err_msg) argument2925 if (gettype($target_service) != 'string')2926 throw new CAS_TypeMismatchException($target_service, '$target_service', 'string');2938 .urlencode($target_service).'&pgt='.$this->_getPGT();