phpCAS
version 1.4.0
CAS
ProxyChain
Trusted.php
Go to the documentation of this file.
1
<?php
2
42
class
CAS_ProxyChain_Trusted
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
}
CAS_ProxyChain_Interface
Definition:
Interface.php:41
CAS_ProxyChain_Trusted
Definition:
Trusted.php:42
CAS_ProxyChain_Trusted\isSizeValid
isSizeValid(array $list)
Definition:
Trusted.php:54
CAS_ProxyChain
Definition:
ProxyChain.php:42
Generated by
1.8.13