__construct() __construct(string $name, array $data = array()) Constructor Instantiate the acl role object Parameters string $name array $data
setName() setName(string $name) : \Pop\Acl\AbstractAcl Set the acl role name Parameters string $name Returns \Pop\Acl\AbstractAcl
setData() setData(array $data) : \Pop\Acl\AbstractAcl Set the acl role data Parameters array $data Returns \Pop\Acl\AbstractAcl
__toString() __toString() : string Return the string value of the name of the acl role Returns string
__get() __get(string $name) : mixed Get method to return the value of data[$name]. Parameters string $name Returns mixed
__set() __set(string $name, mixed $value) : mixed Set method to set the property to the value of data[$name]. Parameters string $name mixed $value Returns mixed
__isset() __isset(string $name) : boolean Return the isset value of data[$name]. Parameters string $name Returns boolean
offsetGet() offsetGet(mixed $offset) : mixed ArrayAccess offsetGet Parameters mixed $offset Returns mixed
offsetSet() offsetSet(mixed $offset, mixed $value) : mixed ArrayAccess offsetSet Parameters mixed $offset mixed $value Throws \Pop\Acl\Exception Returns mixed
offsetExists() offsetExists(mixed $offset) : boolean ArrayAccess offsetExists Parameters mixed $offset Returns boolean
offsetUnset() offsetUnset(mixed $offset) : void ArrayAccess offsetUnset Parameters mixed $offset Throws \Pop\Acl\Exception