phpDocumentor

OptionRepository

Interface OptionRepository

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