This trait is a default implementation of the IACL interface.
In many cases you only want to implement 1 or to of the IACL functions, this trait allows you to be a bit lazier.
By default this trait grants all privileges to the owner of the resource.
Methods | ||
---|---|---|
public
|
getOwner(): string|null
|
# |
public
|
getGroup(): string|null
|
# |
public
|
getACL(): array
|
# |
public
|
setACL(array $acl)
|
# |
public
|
getSupportedPrivilegeSet(): array|null
|
# |