phpCAS  version 1.4.0
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 }
isSizeValid(array $list)
Definition: Trusted.php:54