class PermissionAccessors extends AbstractAccessors

Provides permissions object for {see StorageObjectInterface}.

Methods

__construct( StorageObjectProviderInterface $provider)

Construct using object provider instance.

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.

Parameters

StorageObjectProviderInterface $provider

at line line 24
final bool isReadable()

Returns whether object is readable.

Return Value

bool

at line line 34
final bool isWritable()

Returns whether object is writable.

Return Value

bool