phpDocumentor

OptionRepository

Interface OptionRepository

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

createMultipleOptions()  : OptionIds
Creates and stores multiple new options.
createOption()  : OptionId
Creates and stores a new option.
deleteOptions()  : void
Deletes one or more existing options.
filterOptions()  : Options
Returns a filtered, sorted, paginated collection of options.
getAllOptions()  : Options
Returns a collection of all options.
getOptionById()  : Option
Returns a specific option based on the given option ID.
getOptionsTotalCount()  : int
Returns the total count of filtered options.
registerOperationPermitter()  : void
Registers an operation permitter, which can determine if a create, storage, deletion operation is permitted.
storeOptions()  : void
Stores one or more existing options.

Methods

getOptionsTotalCount()

Returns the total count of filtered options.

public getOptionsTotalCount(Filters $filters) : int
Parameters
$filters : Filters
Return values
int

Search results