phpCAS
version 1.4.0
CAS
ProxyChain
Any.php
Go to the documentation of this file.
1
<?php
2
47
class
CAS_ProxyChain_Any
48
implements
CAS_ProxyChain_Interface
49
{
50
58
public
function
matches
(array $list)
59
{
60
phpCAS::trace
(
"Using CAS_ProxyChain_Any. No proxy validation is performed."
);
61
return
true
;
62
}
63
64
}
CAS_ProxyChain_Any
Definition:
Any.php:47
CAS_ProxyChain_Interface
Definition:
Interface.php:41
phpCAS\trace
static trace($str)
Definition:
CAS.php:616
CAS_ProxyChain_Any\matches
matches(array $list)
Definition:
Any.php:58
Generated by
1.8.13