phpDocumentor

ProductOptionOperationPermitter

Interface ProductOptionOperationPermitter

Tags
deprecated

Since 4.7, the gambio shop-system supports submodules. Those product domains will be refactored into submodules too. All important changes will be documented in the developer journal as soon as they are implemented.

Table of Contents

permitsCreations()  : bool
Checks the permission of the create operation.
permitsDeletions()  : bool
Checks the permission of the delete operation.
permitsStorages()  : bool
Checks the permission of the store operation.

Methods

permitsCreations()

Checks the permission of the create operation.

public permitsCreations(array<string|int, mixed> ...$creationArgs) : bool
Parameters
$creationArgs : array<string|int, mixed>
Return values
bool

Search results