ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Trusted.php
Go to the documentation of this file.
1 <?php
2 
43 extends CAS_ProxyChain
44 implements CAS_ProxyChain_Interface
45 {
46 
54  protected function isSizeValid (array $list)
55  {
56  return (sizeof($this->chain) <= sizeof($list));
57  }
58 
59 }
if(isset($_REQUEST['delete'])) $list
Definition: registry.php:41
An interface for classes that define a list of allowed proxies in front of the current application...
Definition: Interface.php:41
A proxy-chain definition that defines a chain up to a trusted proxy and delegates the resposibility o...
Definition: Trusted.php:42
isSizeValid(array $list)
Validate the size of the the list as compared to our chain.
Definition: Trusted.php:54
Create styles array
The data for the language used.
A normal proxy-chain definition that lists each level of the chain as either a string or regular expr...
Definition: ProxyChain.php:42