IsterObject | --IsterCapability
Author(s): Ingo Schramm
Copyright: Copyright (c) 2005 Ister.ORG Ingo Schramm
IsterCapability IsterCapability( )
Note: Subclasses of this class must set $this->cap to a proper capabiliy. A capability is an integer.
boolean hasCap( string $cap)
The implemention of this class looks like this:
function hasCap($cap) { return ($this->cap & $cap); }
Parameters: