ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 }
if(isset($_REQUEST['delete'])) $list
Definition: registry.php:41
A proxy-chain definition that will match any list of proxies.
Definition: Any.php:47
An interface for classes that define a list of allowed proxies in front of the current application...
Definition: Interface.php:41
static trace($str)
This method is used to log something in debug mode.
Definition: CAS.php:579
Create styles array
The data for the language used.
matches(array $list)
Match a list of proxies.
Definition: Any.php:58