PermissionAccessors
class PermissionAccessors extends AbstractAccessors
Provides permissions object for {see StorageObjectInterface}.
Methods
from AbstractAccessors
bool
isReadable()
Returns whether object is readable.
bool
isWritable()
Returns whether object is writable.
Details
in AbstractAccessors at line line 31
final
__construct(
StorageObjectProviderInterface $provider)
Construct using object provider instance.
at line line 24
final
bool
isReadable()
Returns whether object is readable.
at line line 34
final
bool
isWritable()
Returns whether object is writable.