Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/
H A DCAS.php980 public static function serviceWeb($url, & $err_code, & $output) function in phpCAS
986 $res = self::$_PHPCAS_CLIENT->serviceWeb($url, $err_code, $output);
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php3232 public function serviceWeb($url,&$err_code,&$output) function in CAS_Client