ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
Trusted.php
Go to the documentation of this file.
1<?php
2
43{
44
52 protected function isSizeValid(array $list)
53 {
54 return (sizeof($this->chain) <= sizeof($list));
55 }
56}
An exception for terminatinating execution or to throw for unit testing.
A proxy-chain definition that defines a chain up to a trusted proxy and delegates the resposibility o...
Definition: Trusted.php:43
isSizeValid(array $list)
Validate the size of the the list as compared to our chain.
Definition: Trusted.php:52
A normal proxy-chain definition that lists each level of the chain as either a string or regular expr...
Definition: ProxyChain.php:43
An interface for classes that define a list of allowed proxies in front of the current application.
Definition: Interface.php:42