setAuditFailure(bool $boolean) Turns on/off auditing on permissions denials. Do never call this method directly. Use the respective methods on the AclInterface instead. Parameters bool $boolean
setAuditSuccess(bool $boolean) Turns on/off auditing on permission grants. Do never call this method directly. Use the respective methods on the AclInterface instead. Parameters bool $boolean
setStrategy(string $strategy) Sets the mask comparison strategy Do never call this method directly. Use the respective methods on the AclInterface instead. Parameters string $strategy
setMask(int $mask) Sets the permission mask Do never call this method directly. Use the respective methods on the AclInterface instead. Parameters int $mask
string serialize() Implementation of \Serializable Return Value string
bool isAuditFailure() Whether auditing for successful grants is turned on Return Value bool
setAttribute(string $name, array $value) Sets a value for the given attribute. Parameters string $name array $value
bool hasAttribute($name) Returns whether an attribute exists. Parameters $name string The name of the attribute Return Value bool
bool isGranting() Returns whether this ACE is granting, or denying Return Value bool
removeAttribute(string $name) Removes a given attribute. Parameters string $name
Page 516 of 787