Entry::setAuditFailure()

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

Entry::setAuditSuccess()

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

Entry::setStrategy()

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

Entry::setMask()

setMask(int $mask) Sets the permission mask Do never call this method directly. Use the respective methods on the AclInterface instead. Parameters int $mask

Entry::serialize()

string serialize() Implementation of \Serializable Return Value string

Entry::isAuditFailure()

bool isAuditFailure() Whether auditing for successful grants is turned on Return Value bool

Entry::setAttribute()

setAttribute(string $name, array $value) Sets a value for the given attribute. Parameters string $name array $value

Entry::hasAttribute()

bool hasAttribute($name) Returns whether an attribute exists. Parameters $name string The name of the attribute Return Value bool

Entry::isGranting()

bool isGranting() Returns whether this ACE is granting, or denying Return Value bool

Entry::removeAttribute()

removeAttribute(string $name) Removes a given attribute. Parameters string $name