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
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
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
setAttribute(string $name, array $value) Sets a value for the given attribute. Parameters string $name array $value
string serialize() Implementation of \Serializable Return Value string
removeAttribute(string $name) Removes a given attribute. Parameters string $name
bool isGranting() Returns whether this ACE is granting, or denying Return Value bool
bool isAuditSuccess() Whether auditing for successful denies is turned on Return Value bool
bool isAuditFailure() Whether auditing for successful grants is turned on Return Value bool
Page 516 of 787