phpCAS  version 1.4.0
Any.php
Go to the documentation of this file.
1 <?php
2 
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 }
static trace($str)
Definition: CAS.php:616
matches(array $list)
Definition: Any.php:58