diff --git a/docs/api/event_reference/shopping_list_events.md b/docs/api/event_reference/shopping_list_events.md new file mode 100644 index 0000000000..4e06524d60 --- /dev/null +++ b/docs/api/event_reference/shopping_list_events.md @@ -0,0 +1,25 @@ +--- +description: Events that are triggered when working with shopping lists. +page_type: reference +editions: lts-update commerce +month_change: true +--- + +# Shopping List events + +| Event | Dispatched by | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------| +| [`BeforeCreateShoppingListEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeCreateShoppingListEvent.html) | [`ShoppingListService::createShoppingList`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_createShoppingList) | Dispatched before a shopping list is created. Allows to modify or prevent creation. | +| [`CreateShoppingListEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-CreateShoppingListEvent.html) | [`ShoppingListService::createShoppingList`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_createShoppingList) | Dispatched after a shopping list is created. | +| [`BeforeUpdateShoppingListEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeUpdateShoppingListEvent.html) | [`ShoppingListService::updateShoppingList`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_updateShoppingList) | Dispatched before a shopping list is updated. Allows to modify or prevent update. | +| [`UpdateShoppingListEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-UpdateShoppingListEvent.html) | [`ShoppingListService::updateShoppingList`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_updateShoppingList) | Dispatched after a shopping list is updated. | +| [`BeforeDeleteShoppingListEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeDeleteShoppingListEvent.html) | [`ShoppingListService::deleteShoppingList`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_deleteShoppingList) | Dispatched before a shopping list is deleted. Allows to prevent deletion. | +| [`DeleteShoppingListEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-DeleteShoppingListEvent.html) | [`ShoppingListService::deleteShoppingList`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_deleteShoppingList) | Dispatched after a shopping list is deleted. | +| [`BeforeClearShoppingListEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeClearShoppingListEvent.html) | [`ShoppingListService::clearShoppingList`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_clearShoppingList) | Dispatched before a shopping list is cleared. Allows to modify or prevent clearing. | +| [`ClearShoppingListEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-ClearShoppingListEvent.html) | [`ShoppingListService::clearShoppingList`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_clearShoppingList) | Dispatched after a shopping list is cleared. | +| [`BeforeAddEntriesEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeAddEntriesEvent.html) | [`ShoppingListService::addEntries`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_addEntries) | Dispatched before entries are added to a shopping list. Allows to modify or prevent addition. | +| [`AddEntriesEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-AddEntriesEvent.html) | [`ShoppingListService::addEntries`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_addEntries) | Dispatched after entries are added to a shopping list. | +| [`BeforeRemoveEntriesEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeRemoveEntriesEvent.html) | [`ShoppingListService::removeEntries`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_removeEntries) | Dispatched before entries are removed from a shopping list. Allows to modify or prevent removal. | +| [`RemoveEntriesEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-RemoveEntriesEvent.html) | [`ShoppingListService::removeEntries`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_removeEntries) | Dispatched after entries are removed from a shopping list. | +| [`BeforeMoveEntriesEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeMoveEntriesEvent.html) | [`ShoppingListService::moveEntries`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_moveEntries) | Dispatched before entries are moved to another shopping list. Allows to modify or prevent moving. | +| [`MoveEntriesEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-MoveEntriesEvent.html) | [`ShoppingListService::moveEntries`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html#method_moveEntries) | Dispatched after entries are moved to another shopping list. | diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cart-CartShoppingListTransferServiceInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cart-CartShoppingListTransferServiceInterface.html index 5aecc5c532..ecea8475fd 100644 --- a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cart-CartShoppingListTransferServiceInterface.html +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cart-CartShoppingListTransferServiceInterface.html @@ -280,7 +280,7 @@

-
public addSelectedEntriesToCart(ShoppingListInterface $shoppingList, array<string|int, string> $entryIdentifiers[, CartInterface|null $cart = null ]) : CartInterface
+
public addSelectedEntriesToCart(ShoppingListInterface $shoppingList, array<string|int, string> $entryIdentifiers[, CartInterface|null $cart = null ]) : CartInterface
@@ -305,7 +305,7 @@

Parameters

$shoppingList - ShoppingListInterface + ShoppingListInterface - @@ -373,7 +373,7 @@

-
public addShoppingListToCart(ShoppingListInterface $shoppingList[, CartInterface|null $cart = null ]) : CartInterface
+
public addShoppingListToCart(ShoppingListInterface $shoppingList[, CartInterface|null $cart = null ]) : CartInterface
@@ -398,7 +398,7 @@

Parameters

$shoppingList - ShoppingListInterface + ShoppingListInterface - @@ -452,7 +452,7 @@

-
public moveCartToShoppingList(CartInterface $cart[, ShoppingListInterface|null $shoppingList = null ]) : ShoppingListInterface
+
public moveCartToShoppingList(CartInterface $cart[, ShoppingListInterface|null $shoppingList = null ]) : ShoppingListInterface
@@ -496,7 +496,7 @@

Parameters

$shoppingList - ShoppingListInterface|null + ShoppingListInterface|null null @@ -508,7 +508,7 @@

Parameters

Return values

-

ShoppingListInterface

+

ShoppingListInterface

@@ -536,7 +536,7 @@

-
public moveSelectedCartEntriesToShoppingList(CartInterface $cart, array<string|int, string> $entryIdentifiers[, ShoppingListInterface|null $shoppingList = null ]) : ShoppingListInterface
+
public moveSelectedCartEntriesToShoppingList(CartInterface $cart, array<string|int, string> $entryIdentifiers[, ShoppingListInterface|null $shoppingList = null ]) : ShoppingListInterface
@@ -598,7 +598,7 @@

Parameters

$shoppingList - ShoppingListInterface|null + ShoppingListInterface|null null @@ -610,7 +610,7 @@

Parameters

Return values

-

ShoppingListInterface

+

ShoppingListInterface

diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-AddEntriesEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-AddEntriesEvent.html new file mode 100644 index 0000000000..a582aa4c53 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-AddEntriesEvent.html @@ -0,0 +1,624 @@ + + + + + AddEntriesEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ AddEntriesEvent

+ +
+ AddEntriesEvent.php + : + 15 + +
+
Final
+ +
+ Extends AfterEvent +
+ + +
+

Event emitted after action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ AddEntriesEvent.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $shoppingList, array<string|int, EntryAddStruct$entryAddStructs, ShoppingListInterface $shoppingListResult)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $entryAddStructs + + array<string|int, EntryAddStruct> + + - + + - +
+ $shoppingListResult + + ShoppingListInterface + + - + + - +
+ + +
+

+ publicgetEntryAddStructs() + +

+
+ AddEntriesEvent.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getEntryAddStructs() : array<string|int, EntryAddStruct>
+
+
+
+
+
+

Return values

+

array<string|int, EntryAddStruct>

+ + +
+

+ publicgetShoppingList() + +

+
+ AddEntriesEvent.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicgetShoppingListResult() + +

+
+ AddEntriesEvent.php + : + 39 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingListResult() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeAddEntriesEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeAddEntriesEvent.html new file mode 100644 index 0000000000..9f306ca5f6 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeAddEntriesEvent.html @@ -0,0 +1,733 @@ + + + + + BeforeAddEntriesEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ BeforeAddEntriesEvent

+ +
+ BeforeAddEntriesEvent.php + : + 16 + +
+
Final
+ +
+ Extends BeforeEvent +
+ + +
+

Event emitted before action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ BeforeAddEntriesEvent.php + : + 21 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $shoppingList, array<string|int, EntryAddStruct$entryAddStructs[, ShoppingListInterface|null $shoppingListResult = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $entryAddStructs + + array<string|int, EntryAddStruct> + + - + + - +
+ $shoppingListResult + + ShoppingListInterface|null + + null + + - +
+ + +
+

+ publicgetEntryAddStructs() + +

+
+ BeforeAddEntriesEvent.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getEntryAddStructs() : array<string|int, EntryAddStruct>
+
+
+
+
+
+

Return values

+

array<string|int, EntryAddStruct>

+ + +
+

+ publicgetShoppingList() + +

+
+ BeforeAddEntriesEvent.php + : + 27 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicgetShoppingListResult() + +

+
+ BeforeAddEntriesEvent.php + : + 40 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingListResult() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publichasShoppingListResult() + +

+
+ BeforeAddEntriesEvent.php + : + 56 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public hasShoppingListResult() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicsetShoppingListResult() + +

+
+ BeforeAddEntriesEvent.php + : + 51 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setShoppingListResult(ShoppingListInterface|null $shoppingListResult) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingListResult + + ShoppingListInterface|null + + - + + - +
+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeClearShoppingListEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeClearShoppingListEvent.html new file mode 100644 index 0000000000..54f30b299f --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeClearShoppingListEvent.html @@ -0,0 +1,677 @@ + + + + + BeforeClearShoppingListEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ BeforeClearShoppingListEvent

+ +
+ BeforeClearShoppingListEvent.php + : + 15 + +
+
Final
+ +
+ Extends BeforeEvent +
+ + +
+

Event emitted before action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ BeforeClearShoppingListEvent.php + : + 17 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $shoppingList[, ShoppingListInterface|null $shoppingListResult = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $shoppingListResult + + ShoppingListInterface|null + + null + + - +
+ + +
+

+ publicgetShoppingList() + +

+
+ BeforeClearShoppingListEvent.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicgetShoppingListResult() + +

+
+ BeforeClearShoppingListEvent.php + : + 27 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingListResult() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publichasShoppingListResult() + +

+
+ BeforeClearShoppingListEvent.php + : + 43 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public hasShoppingListResult() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicsetShoppingListResult() + +

+
+ BeforeClearShoppingListEvent.php + : + 38 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setShoppingListResult(ShoppingListInterface|null $shoppingListResult) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingListResult + + ShoppingListInterface|null + + - + + - +
+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeCreateShoppingListEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeCreateShoppingListEvent.html new file mode 100644 index 0000000000..7ec7dab3f9 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeCreateShoppingListEvent.html @@ -0,0 +1,677 @@ + + + + + BeforeCreateShoppingListEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ BeforeCreateShoppingListEvent

+ +
+ BeforeCreateShoppingListEvent.php + : + 16 + +
+
Final
+ +
+ Extends BeforeEvent +
+ + +
+

Event emitted before action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ BeforeCreateShoppingListEvent.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListCreateStruct $createStruct[, ShoppingListInterface|null $shoppingListResult = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $createStruct + + ShoppingListCreateStruct + + - + + - +
+ $shoppingListResult + + ShoppingListInterface|null + + null + + - +
+ + +
+

+ publicgetCreateStruct() + +

+
+ BeforeCreateShoppingListEvent.php + : + 23 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getCreateStruct() : ShoppingListCreateStruct
+
+
+
+
+
+

Return values

+

ShoppingListCreateStruct

+ + +
+

+ publicgetShoppingListResult() + +

+
+ BeforeCreateShoppingListEvent.php + : + 28 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingListResult() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publichasShoppingListResult() + +

+
+ BeforeCreateShoppingListEvent.php + : + 44 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public hasShoppingListResult() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicsetShoppingListResult() + +

+
+ BeforeCreateShoppingListEvent.php + : + 39 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setShoppingListResult(ShoppingListInterface|null $shoppingListResult) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingListResult + + ShoppingListInterface|null + + - + + - +
+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeDeleteShoppingListEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeDeleteShoppingListEvent.html new file mode 100644 index 0000000000..e19123fa7e --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeDeleteShoppingListEvent.html @@ -0,0 +1,512 @@ + + + + + BeforeDeleteShoppingListEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ BeforeDeleteShoppingListEvent

+ +
+ BeforeDeleteShoppingListEvent.php + : + 14 + +
+
Final
+ +
+ Extends BeforeEvent +
+ + +
+

Event emitted before action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ BeforeDeleteShoppingListEvent.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $shoppingList)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ + +
+

+ publicgetShoppingList() + +

+
+ BeforeDeleteShoppingListEvent.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeMoveEntriesEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeMoveEntriesEvent.html new file mode 100644 index 0000000000..ebc0afa552 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeMoveEntriesEvent.html @@ -0,0 +1,568 @@ + + + + + BeforeMoveEntriesEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ BeforeMoveEntriesEvent

+ +
+ BeforeMoveEntriesEvent.php + : + 15 + +
+
Final
+ +
+ Extends BeforeEvent +
+ + +
+

Event emitted before action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ BeforeMoveEntriesEvent.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $targetShoppingList, array<string|int, ShoppingListEntryInterface$entries)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $targetShoppingList + + ShoppingListInterface + + - + + - +
+ $entries + + array<string|int, ShoppingListEntryInterface> + + - + + - +
+ + +
+

+ publicgetEntries() + +

+
+ BeforeMoveEntriesEvent.php + : + 33 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getEntries() : array<string|int, ShoppingListEntryInterface>
+
+
+
+
+
+

Return values

+

array<string|int, ShoppingListEntryInterface>

+ + +
+

+ publicgetTargetShoppingList() + +

+
+ BeforeMoveEntriesEvent.php + : + 25 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getTargetShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ +
+
+ +
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeRemoveEntriesEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeRemoveEntriesEvent.html new file mode 100644 index 0000000000..0da802c2ed --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeRemoveEntriesEvent.html @@ -0,0 +1,733 @@ + + + + + BeforeRemoveEntriesEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ BeforeRemoveEntriesEvent

+ +
+ BeforeRemoveEntriesEvent.php + : + 16 + +
+
Final
+ +
+ Extends BeforeEvent +
+ + +
+

Event emitted before action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ BeforeRemoveEntriesEvent.php + : + 21 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $shoppingList, array<string|int, ShoppingListEntryInterface$entries[, ShoppingListInterface|null $shoppingListResult = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $entries + + array<string|int, ShoppingListEntryInterface> + + - + + - +
+ $shoppingListResult + + ShoppingListInterface|null + + null + + - +
+ + +
+

+ publicgetEntries() + +

+
+ BeforeRemoveEntriesEvent.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getEntries() : array<string|int, ShoppingListEntryInterface>
+
+
+
+
+
+

Return values

+

array<string|int, ShoppingListEntryInterface>

+ + +
+

+ publicgetShoppingList() + +

+
+ BeforeRemoveEntriesEvent.php + : + 27 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicgetShoppingListResult() + +

+
+ BeforeRemoveEntriesEvent.php + : + 40 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingListResult() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publichasShoppingListResult() + +

+
+ BeforeRemoveEntriesEvent.php + : + 56 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public hasShoppingListResult() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicsetShoppingListResult() + +

+
+ BeforeRemoveEntriesEvent.php + : + 51 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setShoppingListResult(ShoppingListInterface|null $shoppingListResult) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingListResult + + ShoppingListInterface|null + + - + + - +
+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeUpdateShoppingListEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeUpdateShoppingListEvent.html new file mode 100644 index 0000000000..36eb5f8981 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-BeforeUpdateShoppingListEvent.html @@ -0,0 +1,733 @@ + + + + + BeforeUpdateShoppingListEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ BeforeUpdateShoppingListEvent

+ +
+ BeforeUpdateShoppingListEvent.php + : + 16 + +
+
Final
+ +
+ Extends BeforeEvent +
+ + +
+

Event emitted before action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ BeforeUpdateShoppingListEvent.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $shoppingList, ShoppingListUpdateStruct $updateStruct[, ShoppingListInterface|null $shoppingListResult = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $updateStruct + + ShoppingListUpdateStruct + + - + + - +
+ $shoppingListResult + + ShoppingListInterface|null + + null + + - +
+ + +
+

+ publicgetShoppingList() + +

+
+ BeforeUpdateShoppingListEvent.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicgetShoppingListResult() + +

+
+ BeforeUpdateShoppingListEvent.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingListResult() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicgetUpdateStruct() + +

+
+ BeforeUpdateShoppingListEvent.php + : + 29 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getUpdateStruct() : ShoppingListUpdateStruct
+
+
+
+
+
+

Return values

+

ShoppingListUpdateStruct

+ + +
+

+ publichasShoppingListResult() + +

+
+ BeforeUpdateShoppingListEvent.php + : + 50 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public hasShoppingListResult() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicsetShoppingListResult() + +

+
+ BeforeUpdateShoppingListEvent.php + : + 45 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setShoppingListResult(ShoppingListInterface|null $shoppingListResult) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingListResult + + ShoppingListInterface|null + + - + + - +
+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-ClearShoppingListEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-ClearShoppingListEvent.html new file mode 100644 index 0000000000..8a2678b829 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-ClearShoppingListEvent.html @@ -0,0 +1,568 @@ + + + + + ClearShoppingListEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ClearShoppingListEvent

+ +
+ ClearShoppingListEvent.php + : + 14 + +
+
Final
+ +
+ Extends AfterEvent +
+ + +
+

Event emitted after action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ ClearShoppingListEvent.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $shoppingList, ShoppingListInterface $shoppingListResult)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $shoppingListResult + + ShoppingListInterface + + - + + - +
+ + +
+

+ publicgetShoppingList() + +

+
+ ClearShoppingListEvent.php + : + 21 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicgetShoppingListResult() + +

+
+ ClearShoppingListEvent.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingListResult() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ +
+ +
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-CreateShoppingListEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-CreateShoppingListEvent.html new file mode 100644 index 0000000000..2bd1ee11f8 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-CreateShoppingListEvent.html @@ -0,0 +1,568 @@ + + + + + CreateShoppingListEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ CreateShoppingListEvent

+ +
+ CreateShoppingListEvent.php + : + 15 + +
+
Final
+ +
+ Extends AfterEvent +
+ + +
+

Event emitted after action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ CreateShoppingListEvent.php + : + 17 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListCreateStruct $createStruct, ShoppingListInterface $shoppingListResult)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $createStruct + + ShoppingListCreateStruct + + - + + - +
+ $shoppingListResult + + ShoppingListInterface + + - + + - +
+ + +
+

+ publicgetCreateStruct() + +

+
+ CreateShoppingListEvent.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getCreateStruct() : ShoppingListCreateStruct
+
+
+
+
+
+

Return values

+

ShoppingListCreateStruct

+ + +
+

+ publicgetShoppingListResult() + +

+
+ CreateShoppingListEvent.php + : + 27 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingListResult() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ +
+ +
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-DeleteShoppingListEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-DeleteShoppingListEvent.html new file mode 100644 index 0000000000..94df282dbc --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-DeleteShoppingListEvent.html @@ -0,0 +1,512 @@ + + + + + DeleteShoppingListEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ DeleteShoppingListEvent

+ +
+ DeleteShoppingListEvent.php + : + 14 + +
+
Final
+ +
+ Extends AfterEvent +
+ + +
+

Event emitted after action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ DeleteShoppingListEvent.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $shoppingList)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ + +
+

+ publicgetShoppingList() + +

+
+ DeleteShoppingListEvent.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-MoveEntriesEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-MoveEntriesEvent.html new file mode 100644 index 0000000000..8be9d386a9 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-MoveEntriesEvent.html @@ -0,0 +1,568 @@ + + + + + MoveEntriesEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ MoveEntriesEvent

+ +
+ MoveEntriesEvent.php + : + 15 + +
+
Final
+ +
+ Extends AfterEvent +
+ + +
+

Event emitted after action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ MoveEntriesEvent.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $targetShoppingList, array<string|int, ShoppingListEntryInterface$entries)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $targetShoppingList + + ShoppingListInterface + + - + + - +
+ $entries + + array<string|int, ShoppingListEntryInterface> + + - + + - +
+ + +
+

+ publicgetEntries() + +

+
+ MoveEntriesEvent.php + : + 33 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getEntries() : array<string|int, ShoppingListEntryInterface>
+
+
+
+
+
+

Return values

+

array<string|int, ShoppingListEntryInterface>

+ + +
+

+ publicgetTargetShoppingList() + +

+
+ MoveEntriesEvent.php + : + 25 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getTargetShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-RemoveEntriesEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-RemoveEntriesEvent.html new file mode 100644 index 0000000000..89cd6ca619 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-RemoveEntriesEvent.html @@ -0,0 +1,624 @@ + + + + + RemoveEntriesEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ RemoveEntriesEvent

+ +
+ RemoveEntriesEvent.php + : + 15 + +
+
Final
+ +
+ Extends AfterEvent +
+ + +
+

Event emitted after action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ RemoveEntriesEvent.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $shoppingList, array<string|int, ShoppingListEntryInterface$entries, ShoppingListInterface $shoppingListResult)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $entries + + array<string|int, ShoppingListEntryInterface> + + - + + - +
+ $shoppingListResult + + ShoppingListInterface + + - + + - +
+ + +
+

+ publicgetEntries() + +

+
+ RemoveEntriesEvent.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getEntries() : array<string|int, ShoppingListEntryInterface>
+
+
+
+
+
+

Return values

+

array<string|int, ShoppingListEntryInterface>

+ + +
+

+ publicgetShoppingList() + +

+
+ RemoveEntriesEvent.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicgetShoppingListResult() + +

+
+ RemoveEntriesEvent.php + : + 39 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingListResult() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-UpdateShoppingListEvent.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-UpdateShoppingListEvent.html new file mode 100644 index 0000000000..5f53b8e454 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Event-UpdateShoppingListEvent.html @@ -0,0 +1,624 @@ + + + + + UpdateShoppingListEvent | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ UpdateShoppingListEvent

+ +
+ UpdateShoppingListEvent.php + : + 15 + +
+
Final
+ +
+ Extends AfterEvent +
+ + +
+

Event emitted after action execution.

+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ UpdateShoppingListEvent.php + : + 17 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListInterface $shoppingList, ShoppingListUpdateStruct $updateStruct, ShoppingListInterface $shoppingListResult)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $updateStruct + + ShoppingListUpdateStruct + + - + + - +
+ $shoppingListResult + + ShoppingListInterface + + - + + - +
+ + +
+

+ publicgetShoppingList() + +

+
+ UpdateShoppingListEvent.php + : + 23 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicgetShoppingListResult() + +

+
+ UpdateShoppingListEvent.php + : + 33 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingListResult() : ShoppingListInterface
+
+
+
+
+
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicgetUpdateStruct() + +

+
+ UpdateShoppingListEvent.php + : + 28 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getUpdateStruct() : ShoppingListUpdateStruct
+
+
+
+
+
+

Return values

+

ShoppingListUpdateStruct

+ + +
+

+ publicisPropagationStopped() + +

+
+ Event.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isPropagationStopped() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+

+ publicstopPropagation() + +

+
+ Event.php + : + 47 + +
+
+

Stops the propagation of the event to further event listeners.

+ +
+ + + + + + + +
+
+
+
+
+
+
public stopPropagation() : void
+
+
+
+
+
+
+

If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().

+ +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Exception-ShoppingListEntryLimitExceededException.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Exception-ShoppingListEntryLimitExceededException.html new file mode 100644 index 0000000000..ea12cad6f3 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Exception-ShoppingListEntryLimitExceededException.html @@ -0,0 +1,380 @@ + + + + + ShoppingListEntryLimitExceededException | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListEntryLimitExceededException

+ +
+ ShoppingListEntryLimitExceededException.php + : + 13 + +
+
Final
+ +
+ Extends InvalidArgumentException +
+ + +
+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ ShoppingListEntryLimitExceededException.php + : + 15 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(int $limit)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $limit + + int + + - + + - +
+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Exception-ShoppingListLimitExceededException.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Exception-ShoppingListLimitExceededException.html new file mode 100644 index 0000000000..ce3b8a79fa --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Exception-ShoppingListLimitExceededException.html @@ -0,0 +1,380 @@ + + + + + ShoppingListLimitExceededException | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListLimitExceededException

+ +
+ ShoppingListLimitExceededException.php + : + 13 + +
+
Final
+ +
+ Extends InvalidArgumentException +
+ + +
+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ ShoppingListLimitExceededException.php + : + 15 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(int $limit)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $limit + + int + + - + + - +
+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Form-ShoppingListFormFactoryInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Form-ShoppingListFormFactoryInterface.html new file mode 100644 index 0000000000..6461da5700 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Form-ShoppingListFormFactoryInterface.html @@ -0,0 +1,349 @@ + + + + + ShoppingListFormFactoryInterface | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListFormFactoryInterface

+ +
+ ShoppingListFormFactoryInterface.php + : + 14 + +
+
Interface
+ +
+ + + + + + + + + + + + + +

+ Methods +

+ +
+

+ publiccreateFilterForm() + +

+
+ ShoppingListFormFactoryInterface.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public createFilterForm() : FormInterface<string|int, ShoppingListFilterInterface>
+
+
+
+
+
+

Return values

+

FormInterface<string|int, ShoppingListFilterInterface>

+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-AbstractShoppingListPolicy.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-AbstractShoppingListPolicy.html new file mode 100644 index 0000000000..aa7e8d2bc0 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-AbstractShoppingListPolicy.html @@ -0,0 +1,405 @@ + + + + + AbstractShoppingListPolicy | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ AbstractShoppingListPolicy

+ +
+ AbstractShoppingListPolicy.php + : + 13 + +
+
Abstract
+ + +
+ Implements + PolicyInterface
+ +
+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ publicgetModule() + +

+
+ AbstractShoppingListPolicy.php + : + 15 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getModule() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetTargets() + +

+
+ AbstractShoppingListPolicy.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getTargets() : array<string|int, ValueObject>
+
+
+
+
+
+

Return values

+

array<string|int, ValueObject>

+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-Create.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-Create.html new file mode 100644 index 0000000000..86680043af --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-Create.html @@ -0,0 +1,556 @@ + + + + + Create | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ Create

+ +
+ Create.php + : + 13 + +
+
Final
+ + + + +
+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ Create.php + : + 17 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct([ShoppingListCreateStruct|null $shoppingListCreateStruct = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingListCreateStruct + + ShoppingListCreateStruct|null + + null + + - +
+ + +
+

+ publicgetFunction() + +

+
+ Create.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getFunction() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetModule() + +

+
+ AbstractShoppingListPolicy.php + : + 15 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getModule() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetObject() + +

+
+ Create.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getObject() : ShoppingListCreateStruct|null
+
+
+
+
+
+

Return values

+

ShoppingListCreateStruct|null

+ + +
+

+ publicgetTargets() + +

+
+ AbstractShoppingListPolicy.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getTargets() : array<string|int, ValueObject>
+
+
+
+
+
+

Return values

+

array<string|int, ValueObject>

+ + +
+
+
+ +
+
+ +
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-Delete.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-Delete.html new file mode 100644 index 0000000000..0c2f02066d --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-Delete.html @@ -0,0 +1,556 @@ + + + + + Delete | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ Delete

+ +
+ Delete.php + : + 13 + +
+
Final
+ + + + +
+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ Delete.php + : + 17 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct([ShoppingListInterface|null $shoppingList = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface|null + + null + + - +
+ + +
+

+ publicgetFunction() + +

+
+ Delete.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getFunction() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetModule() + +

+
+ AbstractShoppingListPolicy.php + : + 15 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getModule() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetObject() + +

+
+ Delete.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getObject() : ShoppingListInterface|null
+
+
+
+
+
+

Return values

+

ShoppingListInterface|null

+ + +
+

+ publicgetTargets() + +

+
+ AbstractShoppingListPolicy.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getTargets() : array<string|int, ValueObject>
+
+
+
+
+
+

Return values

+

array<string|int, ValueObject>

+ + +
+
+
+ +
+
+ +
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-Edit.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-Edit.html new file mode 100644 index 0000000000..4fee478215 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-Edit.html @@ -0,0 +1,556 @@ + + + + + Edit | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ Edit

+ +
+ Edit.php + : + 13 + +
+
Final
+ + + + +
+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ Edit.php + : + 17 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct([ShoppingListInterface|null $shoppingList = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface|null + + null + + - +
+ + +
+

+ publicgetFunction() + +

+
+ Edit.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getFunction() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetModule() + +

+
+ AbstractShoppingListPolicy.php + : + 15 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getModule() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetObject() + +

+
+ Edit.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getObject() : ShoppingListInterface|null
+
+
+
+
+
+

Return values

+

ShoppingListInterface|null

+ + +
+

+ publicgetTargets() + +

+
+ AbstractShoppingListPolicy.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getTargets() : array<string|int, ValueObject>
+
+
+
+
+
+

Return values

+

array<string|int, ValueObject>

+ + +
+
+
+ +
+
+ +
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-View.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-View.html new file mode 100644 index 0000000000..f4ae6a6f07 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Permission-Policy-ShoppingList-View.html @@ -0,0 +1,556 @@ + + + + + View | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ View

+ +
+ View.php + : + 13 + +
+
Final
+ + + + +
+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ View.php + : + 17 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct([ShoppingListInterface|null $shoppingList = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface|null + + null + + - +
+ + +
+

+ publicgetFunction() + +

+
+ View.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getFunction() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetModule() + +

+
+ AbstractShoppingListPolicy.php + : + 15 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getModule() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetObject() + +

+
+ View.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getObject() : ShoppingListInterface|null
+
+
+
+
+
+

Return values

+

ShoppingListInterface|null

+ + +
+

+ publicgetTargets() + +

+
+ AbstractShoppingListPolicy.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getTargets() : array<string|int, ValueObject>
+
+
+
+
+
+

Return values

+

array<string|int, ValueObject>

+ + +
+
+
+ +
+
+ +
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Query-ShoppingListQueryBuilderInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Query-ShoppingListQueryBuilderInterface.html new file mode 100644 index 0000000000..ca8b9c938a --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Query-ShoppingListQueryBuilderInterface.html @@ -0,0 +1,376 @@ + + + + + ShoppingListQueryBuilderInterface | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListQueryBuilderInterface

+ +
+ ShoppingListQueryBuilderInterface.php + : + 14 + +
+
Interface
+ +
+ + + + + + + + + + + + + +

+ Methods +

+ +
+

+ publicbuildQuery() + +

+
+ ShoppingListQueryBuilderInterface.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public buildQuery(ShoppingListFilterInterface $filter) : ShoppingListQuery
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $filter + + ShoppingListFilterInterface + + - + + - +
+

Return values

+

ShoppingListQuery

+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Query-ShoppingListSortClauseBuilderInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Query-ShoppingListSortClauseBuilderInterface.html new file mode 100644 index 0000000000..e1983377ed --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Query-ShoppingListSortClauseBuilderInterface.html @@ -0,0 +1,376 @@ + + + + + ShoppingListSortClauseBuilderInterface | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListSortClauseBuilderInterface

+ +
+ ShoppingListSortClauseBuilderInterface.php + : + 14 + +
+
Interface
+ +
+ + + + + + + + + + + + + +

+ Methods +

+ +
+

+ publicbuildSortClauses() + +

+
+ ShoppingListSortClauseBuilderInterface.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public buildSortClauses(ShoppingListFilterInterface $filter) : array<string|int, FieldValueSortClause>
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $filter + + ShoppingListFilterInterface + + - + + - +
+

Return values

+

array<string|int, FieldValueSortClause>

+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceDecorator.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceDecorator.html new file mode 100644 index 0000000000..9fea66946d --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceDecorator.html @@ -0,0 +1,1168 @@ + + + + + ShoppingListServiceDecorator | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListServiceDecorator

+ +
+ ShoppingListServiceDecorator.php + : + 17 + +
+
Abstract
+ + + + +
+ + + + + + + + + + + + + +

+ Properties +

+ +
+

+ protected + $innerService + + +

+
+ ShoppingListServiceDecorator.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
protected ShoppingListServiceInterface $innerService
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ ShoppingListServiceDecorator.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(ShoppingListServiceInterface $innerService)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $innerService + + ShoppingListServiceInterface + + - + + - +
+ + +
+

+ publicaddEntries() + +

+
+ ShoppingListServiceDecorator.php + : + 53 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public addEntries(ShoppingListInterface $shoppingList, array<string|int, mixed> $entryAddStructs) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $entryAddStructs + + array<string|int, mixed> + + - + + - +
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicclearShoppingList() + +

+
+ ShoppingListServiceDecorator.php + : + 48 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public clearShoppingList(ShoppingListInterface $shoppingList) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+

Return values

+

ShoppingListInterface

+ + +
+

+ publiccreateShoppingList() + +

+
+ ShoppingListServiceDecorator.php + : + 31 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public createShoppingList(ShoppingListCreateStruct $createStruct) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $createStruct + + ShoppingListCreateStruct + + - + + - +
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicdeleteShoppingList() + +

+
+ ShoppingListServiceDecorator.php + : + 43 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public deleteShoppingList(ShoppingListInterface $shoppingList) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ + +
+

+ publicfindShoppingLists() + +

+
+ ShoppingListServiceDecorator.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public findShoppingLists([ShoppingListQuery|null $query = null ]) : ShoppingListCollectionInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $query + + ShoppingListQuery|null + + null + + - +
+

Return values

+

ShoppingListCollectionInterface

+ + +
+

+ publicgetOrCreateDefaultShoppingList() + +

+
+ ShoppingListServiceDecorator.php + : + 75 + +
+
+

Returns the default shopping list for the current user.

+ +
+ + + + + + + +
+
+
+
+
+
+
public getOrCreateDefaultShoppingList() : ShoppingListInterface
+
+
+
+
+
+
+

If no default list exists, it will be created automatically.

+ +
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicgetShoppingList() + +

+
+ ShoppingListServiceDecorator.php + : + 21 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList(string $identifier) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $identifier + + string + + - + + - +
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicmoveEntries() + +

+
+ ShoppingListServiceDecorator.php + : + 67 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public moveEntries(ShoppingListInterface $targetShoppingList, array<string|int, mixed> $entries[, bool $copy = false ]) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $targetShoppingList + + ShoppingListInterface + + - + + - +
+ $entries + + array<string|int, mixed> + + - + + - +
+ $copy + + bool + + false + +
+

If true, copies entries without deleting from source. If false (default), moves entries (deletes from source).

+ +
+ +
+ + +
+

+ publicremoveEntries() + +

+
+ ShoppingListServiceDecorator.php + : + 60 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public removeEntries(ShoppingListInterface $shoppingList, array<string|int, mixed> $entries) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $entries + + array<string|int, mixed> + + - + + - +
+

Return values

+

ShoppingListInterface

+ + +
+

+ publicupdateShoppingList() + +

+
+ ShoppingListServiceDecorator.php + : + 36 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public updateShoppingList(ShoppingListInterface $shoppingList, ShoppingListUpdateStruct $updateStruct) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $updateStruct + + ShoppingListUpdateStruct + + - + + - +
+

Return values

+

ShoppingListInterface

+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html new file mode 100644 index 0000000000..f8adb8b9f4 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-ShoppingListServiceInterface.html @@ -0,0 +1,1310 @@ + + + + + ShoppingListServiceInterface | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListServiceInterface

+ +
+ ShoppingListServiceInterface.php + : + 22 + +
+
Interface
+ +
+ + + + + + + + + + + + + +

+ Methods +

+ +
+

+ publicaddEntries() + +

+
+ ShoppingListServiceInterface.php + : + 70 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public addEntries(ShoppingListInterface $shoppingList, array<string|int, EntryAddStruct$entryAddStructs) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $entryAddStructs + + array<string|int, EntryAddStruct> + + - + + - +
+

Return values

+

ShoppingListInterface

+ +
+ Tags + + +
+
+
+ Throws +
+
+ InvalidArgumentException + +
+
+ Throws +
+
+ UnauthorizedException + +
+
+ +
+

+ publicclearShoppingList() + +

+
+ ShoppingListServiceInterface.php + : + 62 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public clearShoppingList(ShoppingListInterface $shoppingList) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+

Return values

+

ShoppingListInterface

+ +
+ Tags + + +
+
+
+ Throws +
+
+ UnauthorizedException + +
+
+ +
+

+ publiccreateShoppingList() + +

+
+ ShoppingListServiceInterface.php + : + 42 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public createShoppingList(ShoppingListCreateStruct $createStruct) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $createStruct + + ShoppingListCreateStruct + + - + + - +
+

Return values

+

ShoppingListInterface

+ +
+ Tags + + +
+
+
+ Throws +
+
+ UnauthorizedException + +
+
+ Throws +
+
+ InvalidArgumentException + +
+
+ +
+

+ publicdeleteShoppingList() + +

+
+ ShoppingListServiceInterface.php + : + 57 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public deleteShoppingList(ShoppingListInterface $shoppingList) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ +
+ Tags + + +
+
+
+ Throws +
+
+ UnauthorizedException + +
+
+ Throws +
+
+ InvalidArgumentException +
+

if trying to delete the default shopping list

+ +
+ +
+
+ +
+

+ publicfindShoppingLists() + +

+
+ ShoppingListServiceInterface.php + : + 36 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public findShoppingLists([ShoppingListQuery|null $query = null ]) : ShoppingListCollectionInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $query + + ShoppingListQuery|null + + null + + - +
+

Return values

+

ShoppingListCollectionInterface

+ + +
+

+ publicgetEntry() + +

+
+ ShoppingListServiceInterface.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getEntry(string $identifier) : ShoppingListEntryInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $identifier + + string + + - + + - +
+

Return values

+

ShoppingListEntryInterface

+ +
+ Tags + + +
+
+
+ Throws +
+
+ UnauthorizedException + +
+
+ Throws +
+
+ NotFoundException + +
+
+ +
+

+ publicgetOrCreateDefaultShoppingList() + +

+
+ ShoppingListServiceInterface.php + : + 106 + +
+
+

Returns the default shopping list for the current user.

+ +
+ + + + + + + +
+
+
+
+
+
+
public getOrCreateDefaultShoppingList() : ShoppingListInterface
+
+
+
+
+
+
+

If no default list exists, it will be created automatically.

+ +
+

Return values

+

ShoppingListInterface

+ +
+ Tags + + +
+
+
+ Throws +
+
+ UnauthorizedException + +
+
+ +
+

+ publicgetShoppingList() + +

+
+ ShoppingListServiceInterface.php + : + 28 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingList(string $identifier) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $identifier + + string + + - + + - +
+

Return values

+

ShoppingListInterface

+ +
+ Tags + + +
+
+
+ Throws +
+
+ UnauthorizedException + +
+
+ Throws +
+
+ NotFoundException + +
+
+ +
+

+ publicmoveEntries() + +

+
+ ShoppingListServiceInterface.php + : + 93 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public moveEntries(ShoppingListInterface $targetShoppingList, array<string|int, ShoppingListEntryInterface$entries[, bool $copy = false ]) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $targetShoppingList + + ShoppingListInterface + + - + + - +
+ $entries + + array<string|int, ShoppingListEntryInterface> + + - + + - +
+ $copy + + bool + + false + +
+

If true, copies entries without deleting from source. If false (default), moves entries (deletes from source).

+ +
+ +
+ +
+ Tags + + +
+
+
+ Throws +
+
+ InvalidArgumentException + +
+
+ Throws +
+
+ UnauthorizedException + +
+
+ +
+

+ publicremoveEntries() + +

+
+ ShoppingListServiceInterface.php + : + 81 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public removeEntries(ShoppingListInterface $shoppingList, array<string|int, ShoppingListEntryInterface$entries) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $entries + + array<string|int, ShoppingListEntryInterface> + + - + + - +
+

Return values

+

ShoppingListInterface

+ +
+ Tags + + +
+
+
+ Throws +
+
+ InvalidArgumentException + +
+
+ Throws +
+
+ UnauthorizedException + +
+
+ +
+

+ publicupdateShoppingList() + +

+
+ ShoppingListServiceInterface.php + : + 48 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public updateShoppingList(ShoppingListInterface $shoppingList, ShoppingListUpdateStruct $updateStruct) : ShoppingListInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $shoppingList + + ShoppingListInterface + + - + + - +
+ $updateStruct + + ShoppingListUpdateStruct + + - + + - +
+

Return values

+

ShoppingListInterface

+ +
+ Tags + + +
+
+
+ Throws +
+
+ UnauthorizedException + +
+
+ Throws +
+
+ InvalidArgumentException + +
+
+ +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-EntryAddStruct.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-EntryAddStruct.html new file mode 100644 index 0000000000..206881e078 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-EntryAddStruct.html @@ -0,0 +1,486 @@ + + + + + EntryAddStruct | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ EntryAddStruct

+ +
+ EntryAddStruct.php + : + 13 + +
+
Final
+ + + +
+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ EntryAddStruct.php + : + 15 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(string $productCode)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $productCode + + string + + - + + - +
+ + +
+

+ publicgetProductCode() + +

+
+ EntryAddStruct.php + : + 21 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getProductCode() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicsetProductCode() + +

+
+ EntryAddStruct.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setProductCode(string $productCode) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $productCode + + string + + - + + - +
+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-CreatedAtCriterion.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-CreatedAtCriterion.html new file mode 100644 index 0000000000..d709bbcaad --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-CreatedAtCriterion.html @@ -0,0 +1,1119 @@ + + + + + CreatedAtCriterion | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ CreatedAtCriterion

+ +
+ CreatedAtCriterion.php + : + 15 + +
+
Final
+ +
+ Extends FieldValueCriterion +
+ +
+ Implements + CriterionInterface
+ +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicCOMPARISON_CONTAINS +

+
+ FieldValueCriterion.php + : + 30 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+
+
+
+ + +
+

+ publicCOMPARISON_ENDS_WITH +

+
+ FieldValueCriterion.php + : + 36 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+
+
+
+ + +
+

+ publicCOMPARISON_EQ +

+
+ FieldValueCriterion.php + : + 14 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_EQ = '='
+
+
+
+ + +
+

+ publicCOMPARISON_GT +

+
+ FieldValueCriterion.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GT = '>'
+
+
+
+ + +
+

+ publicCOMPARISON_GTE +

+
+ FieldValueCriterion.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GTE = '>='
+
+
+
+ + +
+

+ publicCOMPARISON_IN +

+
+ FieldValueCriterion.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_IN = 'IN'
+
+
+
+ + +
+

+ publicCOMPARISON_LT +

+
+ FieldValueCriterion.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LT = '<'
+
+
+
+ + +
+

+ publicCOMPARISON_LTE +

+
+ FieldValueCriterion.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LTE = '<='
+
+
+
+ + +
+

+ publicCOMPARISON_MEMBER_OF +

+
+ FieldValueCriterion.php + : + 32 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+
+
+
+ + +
+

+ publicCOMPARISON_NEQ +

+
+ FieldValueCriterion.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NEQ = '<>'
+
+
+
+ + +
+

+ publicCOMPARISON_NIN +

+
+ FieldValueCriterion.php + : + 28 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NIN = 'NIN'
+
+
+
+ + +
+

+ publicCOMPARISON_STARTS_WITH +

+
+ FieldValueCriterion.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ CreatedAtCriterion.php + : + 17 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(DateTimeInterface $value[, string|null $operator = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $value + + DateTimeInterface + + - + + - +
+ $operator + + string|null + + null + + - +
+ + +
+

+ publicgetField() + +

+
+ FieldValueCriterion.php + : + 48 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getField() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetOperator() + +

+
+ FieldValueCriterion.php + : + 68 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getOperator() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetValue() + +

+
+ FieldValueCriterion.php + : + 58 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getValue() : mixed
+
+
+
+
+
+ + +
+

+ publicsetOperator() + +

+
+ FieldValueCriterion.php + : + 63 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setOperator(string $operator) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $operator + + string + + - + + - +
+ + +
+

+ publicsetValue() + +

+
+ FieldValueCriterion.php + : + 53 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setValue(mixed $value) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $value + + mixed + + - + + - +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-IsDefaultCriterion.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-IsDefaultCriterion.html new file mode 100644 index 0000000000..d39c262160 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-IsDefaultCriterion.html @@ -0,0 +1,1105 @@ + + + + + IsDefaultCriterion | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ IsDefaultCriterion

+ +
+ IsDefaultCriterion.php + : + 14 + +
+
Final
+ +
+ Extends FieldValueCriterion +
+ +
+ Implements + CriterionInterface
+ +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicCOMPARISON_CONTAINS +

+
+ FieldValueCriterion.php + : + 30 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+
+
+
+ + +
+

+ publicCOMPARISON_ENDS_WITH +

+
+ FieldValueCriterion.php + : + 36 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+
+
+
+ + +
+

+ publicCOMPARISON_EQ +

+
+ FieldValueCriterion.php + : + 14 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_EQ = '='
+
+
+
+ + +
+

+ publicCOMPARISON_GT +

+
+ FieldValueCriterion.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GT = '>'
+
+
+
+ + +
+

+ publicCOMPARISON_GTE +

+
+ FieldValueCriterion.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GTE = '>='
+
+
+
+ + +
+

+ publicCOMPARISON_IN +

+
+ FieldValueCriterion.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_IN = 'IN'
+
+
+
+ + +
+

+ publicCOMPARISON_LT +

+
+ FieldValueCriterion.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LT = '<'
+
+
+
+ + +
+

+ publicCOMPARISON_LTE +

+
+ FieldValueCriterion.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LTE = '<='
+
+
+
+ + +
+

+ publicCOMPARISON_MEMBER_OF +

+
+ FieldValueCriterion.php + : + 32 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+
+
+
+ + +
+

+ publicCOMPARISON_NEQ +

+
+ FieldValueCriterion.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NEQ = '<>'
+
+
+
+ + +
+

+ publicCOMPARISON_NIN +

+
+ FieldValueCriterion.php + : + 28 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NIN = 'NIN'
+
+
+
+ + +
+

+ publicCOMPARISON_STARTS_WITH +

+
+ FieldValueCriterion.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ IsDefaultCriterion.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(bool $value)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $value + + bool + + - + + - +
+ + +
+

+ publicgetField() + +

+
+ FieldValueCriterion.php + : + 48 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getField() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetOperator() + +

+
+ FieldValueCriterion.php + : + 68 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getOperator() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetValue() + +

+
+ FieldValueCriterion.php + : + 58 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getValue() : mixed
+
+
+
+
+
+ + +
+

+ publicsetOperator() + +

+
+ FieldValueCriterion.php + : + 63 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setOperator(string $operator) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $operator + + string + + - + + - +
+ + +
+

+ publicsetValue() + +

+
+ FieldValueCriterion.php + : + 53 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setValue(mixed $value) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $value + + mixed + + - + + - +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-LogicalAnd.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-LogicalAnd.html new file mode 100644 index 0000000000..b554fe6a86 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-LogicalAnd.html @@ -0,0 +1,634 @@ + + + + + LogicalAnd | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ LogicalAnd

+ +
+ LogicalAnd.php + : + 14 + +
+
Final
+ +
+ Extends LogicalAnd +
+ +
+ Implements + CriterionInterface
+ +
+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ AbstractCompositeCriterion.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(CriterionInterface ...$criteria)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $criteria + + CriterionInterface + + - + + - +
+ + +
+

+ publicadd() + +

+
+ AbstractCompositeCriterion.php + : + 21 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public add(CriterionInterface ...$criteria) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $criteria + + CriterionInterface + + - + + - +
+ + +
+

+ publicgetCriteria() + +

+
+ AbstractCompositeCriterion.php + : + 47 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public final getCriteria() : array<string|int, CriterionInterface>
+
+
+
+
+
+

Return values

+

array<string|int, CriterionInterface>

+ + +
+

+ publicremove() + +

+
+ AbstractCompositeCriterion.php + : + 29 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public remove(CriterionInterface ...$criteria) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $criteria + + CriterionInterface + + - + + - +
+ + +
+

+ publicsetCriteria() + +

+
+ AbstractCompositeCriterion.php + : + 39 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setCriteria(CriterionInterface ...$criteria) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $criteria + + CriterionInterface + + - + + - +
+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-NameCriterion.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-NameCriterion.html new file mode 100644 index 0000000000..13dea6bd8c --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-NameCriterion.html @@ -0,0 +1,1105 @@ + + + + + NameCriterion | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ NameCriterion

+ +
+ NameCriterion.php + : + 14 + +
+
Final
+ +
+ Extends FieldValueCriterion +
+ +
+ Implements + CriterionInterface
+ +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicCOMPARISON_CONTAINS +

+
+ FieldValueCriterion.php + : + 30 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+
+
+
+ + +
+

+ publicCOMPARISON_ENDS_WITH +

+
+ FieldValueCriterion.php + : + 36 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+
+
+
+ + +
+

+ publicCOMPARISON_EQ +

+
+ FieldValueCriterion.php + : + 14 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_EQ = '='
+
+
+
+ + +
+

+ publicCOMPARISON_GT +

+
+ FieldValueCriterion.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GT = '>'
+
+
+
+ + +
+

+ publicCOMPARISON_GTE +

+
+ FieldValueCriterion.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GTE = '>='
+
+
+
+ + +
+

+ publicCOMPARISON_IN +

+
+ FieldValueCriterion.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_IN = 'IN'
+
+
+
+ + +
+

+ publicCOMPARISON_LT +

+
+ FieldValueCriterion.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LT = '<'
+
+
+
+ + +
+

+ publicCOMPARISON_LTE +

+
+ FieldValueCriterion.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LTE = '<='
+
+
+
+ + +
+

+ publicCOMPARISON_MEMBER_OF +

+
+ FieldValueCriterion.php + : + 32 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+
+
+
+ + +
+

+ publicCOMPARISON_NEQ +

+
+ FieldValueCriterion.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NEQ = '<>'
+
+
+
+ + +
+

+ publicCOMPARISON_NIN +

+
+ FieldValueCriterion.php + : + 28 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NIN = 'NIN'
+
+
+
+ + +
+

+ publicCOMPARISON_STARTS_WITH +

+
+ FieldValueCriterion.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ NameCriterion.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(string $value)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $value + + string + + - + + - +
+ + +
+

+ publicgetField() + +

+
+ FieldValueCriterion.php + : + 48 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getField() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetOperator() + +

+
+ FieldValueCriterion.php + : + 68 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getOperator() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetValue() + +

+
+ FieldValueCriterion.php + : + 58 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getValue() : mixed
+
+
+
+
+
+ + +
+

+ publicsetOperator() + +

+
+ FieldValueCriterion.php + : + 63 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setOperator(string $operator) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $operator + + string + + - + + - +
+ + +
+

+ publicsetValue() + +

+
+ FieldValueCriterion.php + : + 53 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setValue(mixed $value) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $value + + mixed + + - + + - +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-OwnerCriterion.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-OwnerCriterion.html new file mode 100644 index 0000000000..f1a2e4331d --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-OwnerCriterion.html @@ -0,0 +1,1105 @@ + + + + + OwnerCriterion | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ OwnerCriterion

+ +
+ OwnerCriterion.php + : + 16 + +
+
Final
+ +
+ Extends FieldValueCriterion +
+ +
+ Implements + CriterionInterface
+ +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicCOMPARISON_CONTAINS +

+
+ FieldValueCriterion.php + : + 30 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+
+
+
+ + +
+

+ publicCOMPARISON_ENDS_WITH +

+
+ FieldValueCriterion.php + : + 36 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+
+
+
+ + +
+

+ publicCOMPARISON_EQ +

+
+ FieldValueCriterion.php + : + 14 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_EQ = '='
+
+
+
+ + +
+

+ publicCOMPARISON_GT +

+
+ FieldValueCriterion.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GT = '>'
+
+
+
+ + +
+

+ publicCOMPARISON_GTE +

+
+ FieldValueCriterion.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GTE = '>='
+
+
+
+ + +
+

+ publicCOMPARISON_IN +

+
+ FieldValueCriterion.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_IN = 'IN'
+
+
+
+ + +
+

+ publicCOMPARISON_LT +

+
+ FieldValueCriterion.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LT = '<'
+
+
+
+ + +
+

+ publicCOMPARISON_LTE +

+
+ FieldValueCriterion.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LTE = '<='
+
+
+
+ + +
+

+ publicCOMPARISON_MEMBER_OF +

+
+ FieldValueCriterion.php + : + 32 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+
+
+
+ + +
+

+ publicCOMPARISON_NEQ +

+
+ FieldValueCriterion.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NEQ = '<>'
+
+
+
+ + +
+

+ publicCOMPARISON_NIN +

+
+ FieldValueCriterion.php + : + 28 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NIN = 'NIN'
+
+
+
+ + +
+

+ publicCOMPARISON_STARTS_WITH +

+
+ FieldValueCriterion.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ OwnerCriterion.php + : + 21 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(UserReference|array<string|int, UserReference$value)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $value + + UserReference|array<string|int, UserReference> + + - + + - +
+ + +
+

+ publicgetField() + +

+
+ FieldValueCriterion.php + : + 48 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getField() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetOperator() + +

+
+ FieldValueCriterion.php + : + 68 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getOperator() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetValue() + +

+
+ FieldValueCriterion.php + : + 58 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getValue() : mixed
+
+
+
+
+
+ + +
+

+ publicsetOperator() + +

+
+ FieldValueCriterion.php + : + 63 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setOperator(string $operator) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $operator + + string + + - + + - +
+ + +
+

+ publicsetValue() + +

+
+ FieldValueCriterion.php + : + 53 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setValue(mixed $value) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $value + + mixed + + - + + - +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-ProductCodeCriterion.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-ProductCodeCriterion.html new file mode 100644 index 0000000000..fd8097a810 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-ProductCodeCriterion.html @@ -0,0 +1,1105 @@ + + + + + ProductCodeCriterion | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ProductCodeCriterion

+ +
+ ProductCodeCriterion.php + : + 14 + +
+
Final
+ +
+ Extends FieldValueCriterion +
+ +
+ Implements + CriterionInterface
+ +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicCOMPARISON_CONTAINS +

+
+ FieldValueCriterion.php + : + 30 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+
+
+
+ + +
+

+ publicCOMPARISON_ENDS_WITH +

+
+ FieldValueCriterion.php + : + 36 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+
+
+
+ + +
+

+ publicCOMPARISON_EQ +

+
+ FieldValueCriterion.php + : + 14 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_EQ = '='
+
+
+
+ + +
+

+ publicCOMPARISON_GT +

+
+ FieldValueCriterion.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GT = '>'
+
+
+
+ + +
+

+ publicCOMPARISON_GTE +

+
+ FieldValueCriterion.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GTE = '>='
+
+
+
+ + +
+

+ publicCOMPARISON_IN +

+
+ FieldValueCriterion.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_IN = 'IN'
+
+
+
+ + +
+

+ publicCOMPARISON_LT +

+
+ FieldValueCriterion.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LT = '<'
+
+
+
+ + +
+

+ publicCOMPARISON_LTE +

+
+ FieldValueCriterion.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LTE = '<='
+
+
+
+ + +
+

+ publicCOMPARISON_MEMBER_OF +

+
+ FieldValueCriterion.php + : + 32 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+
+
+
+ + +
+

+ publicCOMPARISON_NEQ +

+
+ FieldValueCriterion.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NEQ = '<>'
+
+
+
+ + +
+

+ publicCOMPARISON_NIN +

+
+ FieldValueCriterion.php + : + 28 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NIN = 'NIN'
+
+
+
+ + +
+

+ publicCOMPARISON_STARTS_WITH +

+
+ FieldValueCriterion.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ ProductCodeCriterion.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(string $productCode)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $productCode + + string + + - + + - +
+ + +
+

+ publicgetField() + +

+
+ FieldValueCriterion.php + : + 48 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getField() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetOperator() + +

+
+ FieldValueCriterion.php + : + 68 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getOperator() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetValue() + +

+
+ FieldValueCriterion.php + : + 58 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getValue() : mixed
+
+
+
+
+
+ + +
+

+ publicsetOperator() + +

+
+ FieldValueCriterion.php + : + 63 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setOperator(string $operator) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $operator + + string + + - + + - +
+ + +
+

+ publicsetValue() + +

+
+ FieldValueCriterion.php + : + 53 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setValue(mixed $value) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $value + + mixed + + - + + - +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-UpdatedAtCriterion.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-UpdatedAtCriterion.html new file mode 100644 index 0000000000..cade5fd715 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Criterion-UpdatedAtCriterion.html @@ -0,0 +1,1119 @@ + + + + + UpdatedAtCriterion | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ UpdatedAtCriterion

+ +
+ UpdatedAtCriterion.php + : + 15 + +
+
Final
+ +
+ Extends FieldValueCriterion +
+ +
+ Implements + CriterionInterface
+ +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicCOMPARISON_CONTAINS +

+
+ FieldValueCriterion.php + : + 30 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+
+
+
+ + +
+

+ publicCOMPARISON_ENDS_WITH +

+
+ FieldValueCriterion.php + : + 36 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+
+
+
+ + +
+

+ publicCOMPARISON_EQ +

+
+ FieldValueCriterion.php + : + 14 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_EQ = '='
+
+
+
+ + +
+

+ publicCOMPARISON_GT +

+
+ FieldValueCriterion.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GT = '>'
+
+
+
+ + +
+

+ publicCOMPARISON_GTE +

+
+ FieldValueCriterion.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_GTE = '>='
+
+
+
+ + +
+

+ publicCOMPARISON_IN +

+
+ FieldValueCriterion.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_IN = 'IN'
+
+
+
+ + +
+

+ publicCOMPARISON_LT +

+
+ FieldValueCriterion.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LT = '<'
+
+
+
+ + +
+

+ publicCOMPARISON_LTE +

+
+ FieldValueCriterion.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_LTE = '<='
+
+
+
+ + +
+

+ publicCOMPARISON_MEMBER_OF +

+
+ FieldValueCriterion.php + : + 32 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+
+
+
+ + +
+

+ publicCOMPARISON_NEQ +

+
+ FieldValueCriterion.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NEQ = '<>'
+
+
+
+ + +
+

+ publicCOMPARISON_NIN +

+
+ FieldValueCriterion.php + : + 28 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_NIN = 'NIN'
+
+
+
+ + +
+

+ publicCOMPARISON_STARTS_WITH +

+
+ FieldValueCriterion.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ UpdatedAtCriterion.php + : + 17 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(DateTimeInterface $value[, string|null $operator = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $value + + DateTimeInterface + + - + + - +
+ $operator + + string|null + + null + + - +
+ + +
+

+ publicgetField() + +

+
+ FieldValueCriterion.php + : + 48 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getField() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetOperator() + +

+
+ FieldValueCriterion.php + : + 68 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getOperator() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetValue() + +

+
+ FieldValueCriterion.php + : + 58 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getValue() : mixed
+
+
+
+
+
+ + +
+

+ publicsetOperator() + +

+
+ FieldValueCriterion.php + : + 63 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setOperator(string $operator) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $operator + + string + + - + + - +
+ + +
+

+ publicsetValue() + +

+
+ FieldValueCriterion.php + : + 53 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setValue(mixed $value) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $value + + mixed + + - + + - +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-CriterionInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-CriterionInterface.html new file mode 100644 index 0000000000..29cba0d623 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-CriterionInterface.html @@ -0,0 +1,299 @@ + + + + + CriterionInterface | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ CriterionInterface

+ +
+ CriterionInterface.php + : + 16 + +
+
Interface
+ +
+ Extends + CriterionInterface
+
+

Marker interface for Criterion classes, used to filter shopping lists.

+ + + + + + + + + + + + + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Filter-DateRangeInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Filter-DateRangeInterface.html new file mode 100644 index 0000000000..e5dd491f7a --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Filter-DateRangeInterface.html @@ -0,0 +1,441 @@ + + + + + DateRangeInterface | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ DateRangeInterface

+ +
+ DateRangeInterface.php + : + 13 + +
+
Interface
+ +
+ + + + + + + + + + + + + +

+ Methods +

+ +
+

+ publicgetMax() + +

+
+ DateRangeInterface.php + : + 17 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getMax() : DateTimeInterface|null
+
+
+
+
+
+

Return values

+

DateTimeInterface|null

+ + +
+

+ publicgetMin() + +

+
+ DateRangeInterface.php + : + 15 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getMin() : DateTimeInterface|null
+
+
+
+
+
+

Return values

+

DateTimeInterface|null

+ + +
+

+ publicisEmpty() + +

+
+ DateRangeInterface.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isEmpty() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Filter-ShoppingListFilterInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Filter-ShoppingListFilterInterface.html new file mode 100644 index 0000000000..e3d5448994 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-Filter-ShoppingListFilterInterface.html @@ -0,0 +1,912 @@ + + + + + ShoppingListFilterInterface | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListFilterInterface

+ +
+ ShoppingListFilterInterface.php + : + 11 + +
+
Interface
+ +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicIS_DEFAULT_ALL +

+
+ ShoppingListFilterInterface.php + : + 13 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed IS_DEFAULT_ALL = 'all'
+
+
+
+ + +
+

+ publicIS_DEFAULT_FALSE +

+
+ ShoppingListFilterInterface.php + : + 15 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed IS_DEFAULT_FALSE = 'false'
+
+
+
+ + +
+

+ publicIS_DEFAULT_TRUE +

+
+ ShoppingListFilterInterface.php + : + 14 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed IS_DEFAULT_TRUE = 'true'
+
+
+
+ + +
+

+ publicSORT_CREATED_AT +

+
+ ShoppingListFilterInterface.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_CREATED_AT = 'created_at'
+
+
+
+ + +
+

+ publicSORT_DIRECTION_ASC +

+
+ ShoppingListFilterInterface.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_DIRECTION_ASC = 'asc'
+
+
+
+ + +
+

+ publicSORT_DIRECTION_DESC +

+
+ ShoppingListFilterInterface.php + : + 23 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_DIRECTION_DESC = 'desc'
+
+
+
+ + +
+

+ publicSORT_IS_DEFAULT +

+
+ ShoppingListFilterInterface.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_IS_DEFAULT = 'is_default'
+
+
+
+ + +
+

+ publicSORT_NAME +

+
+ ShoppingListFilterInterface.php + : + 17 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_NAME = 'name'
+
+
+
+ + +
+

+ publicSORT_UPDATED_AT +

+
+ ShoppingListFilterInterface.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_UPDATED_AT = 'updated_at'
+
+
+
+ + + +

+ Methods +

+ +
+

+ publicgetCreatedAt() + +

+
+ ShoppingListFilterInterface.php + : + 27 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getCreatedAt() : DateRangeInterface|null
+
+
+
+
+
+

Return values

+

DateRangeInterface|null

+ + +
+

+ publicgetIsDefault() + +

+
+ ShoppingListFilterInterface.php + : + 31 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getIsDefault() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetName() + +

+
+ ShoppingListFilterInterface.php + : + 25 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getName() : string|null
+
+
+
+
+
+

Return values

+

string|null

+ + +
+

+ publicgetSortDirection() + +

+
+ ShoppingListFilterInterface.php + : + 35 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getSortDirection() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetSortField() + +

+
+ ShoppingListFilterInterface.php + : + 33 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getSortField() : string|null
+
+
+
+
+
+

Return values

+

string|null

+ + +
+

+ publicgetUpdatedAt() + +

+
+ ShoppingListFilterInterface.php + : + 29 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getUpdatedAt() : DateRangeInterface|null
+
+
+
+
+
+

Return values

+

DateRangeInterface|null

+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-CreatedAt.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-CreatedAt.html new file mode 100644 index 0000000000..3dcdafcc7f --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-CreatedAt.html @@ -0,0 +1,702 @@ + + + + + CreatedAt | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ CreatedAt

+ +
+ CreatedAt.php + : + 13 + +
+
Final
+ +
+ Extends FieldValueSortClause +
+ + +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicSORT_ASC +

+
+ AbstractSortClause.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_ASC = SortDirection::ASC
+
+
+
+ + +
+

+ publicSORT_DESC +

+
+ AbstractSortClause.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_DESC = SortDirection::DESC
+
+
+
+ + + +

+ Properties +

+ +
+

+ public + $sortDirection + read-only + +

+
+ AbstractSortClause.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public string $sortDirection = self::SORT_ASC
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ CreatedAt.php + : + 15 + +
+
+

Constructs a new SortClause on $sortTarget in direction $sortDirection.

+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct([string $sortDirection = \self::SORT_ASC ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $sortDirection + + string + + CreatedAt::SORT_ASC + +
+

one of SortDirection::ASC or SortDirection::DESC

+ +
+ +
+ + +
+

+ publicgetDirection() + +

+
+ AbstractSortClause.php + : + 39 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public final getDirection() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetField() + +

+
+ FieldValueSortClause.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getField() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicsetDirection() + +

+
+ AbstractSortClause.php + : + 47 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public final setDirection(string $direction) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $direction + + string + + - + + - +
+ +
+ Tags + + +
+
+
+ Throws +
+
+ InvalidArgumentException +
+

if the given sort direction is invalid

+ +
+ +
+
+ +
+
+
+ +
+ +
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-IsDefault.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-IsDefault.html new file mode 100644 index 0000000000..bfac960014 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-IsDefault.html @@ -0,0 +1,702 @@ + + + + + IsDefault | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ IsDefault

+ +
+ IsDefault.php + : + 13 + +
+
Final
+ +
+ Extends FieldValueSortClause +
+ + +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicSORT_ASC +

+
+ AbstractSortClause.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_ASC = SortDirection::ASC
+
+
+
+ + +
+

+ publicSORT_DESC +

+
+ AbstractSortClause.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_DESC = SortDirection::DESC
+
+
+
+ + + +

+ Properties +

+ +
+

+ public + $sortDirection + read-only + +

+
+ AbstractSortClause.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public string $sortDirection = self::SORT_ASC
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ IsDefault.php + : + 15 + +
+
+

Constructs a new SortClause on $sortTarget in direction $sortDirection.

+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct([string $sortDirection = \self::SORT_ASC ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $sortDirection + + string + + IsDefault::SORT_ASC + +
+

one of SortDirection::ASC or SortDirection::DESC

+ +
+ +
+ + +
+

+ publicgetDirection() + +

+
+ AbstractSortClause.php + : + 39 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public final getDirection() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetField() + +

+
+ FieldValueSortClause.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getField() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicsetDirection() + +

+
+ AbstractSortClause.php + : + 47 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public final setDirection(string $direction) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $direction + + string + + - + + - +
+ +
+ Tags + + +
+
+
+ Throws +
+
+ InvalidArgumentException +
+

if the given sort direction is invalid

+ +
+ +
+
+ +
+
+
+ +
+ +
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-Name.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-Name.html new file mode 100644 index 0000000000..97addbd5e6 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-Name.html @@ -0,0 +1,702 @@ + + + + + Name | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ Name

+ +
+ Name.php + : + 13 + +
+
Final
+ +
+ Extends FieldValueSortClause +
+ + +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicSORT_ASC +

+
+ AbstractSortClause.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_ASC = SortDirection::ASC
+
+
+
+ + +
+

+ publicSORT_DESC +

+
+ AbstractSortClause.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_DESC = SortDirection::DESC
+
+
+
+ + + +

+ Properties +

+ +
+

+ public + $sortDirection + read-only + +

+
+ AbstractSortClause.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public string $sortDirection = self::SORT_ASC
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ Name.php + : + 15 + +
+
+

Constructs a new SortClause on $sortTarget in direction $sortDirection.

+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct([string $sortDirection = \self::SORT_ASC ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $sortDirection + + string + + Name::SORT_ASC + +
+

one of SortDirection::ASC or SortDirection::DESC

+ +
+ +
+ + +
+

+ publicgetDirection() + +

+
+ AbstractSortClause.php + : + 39 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public final getDirection() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetField() + +

+
+ FieldValueSortClause.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getField() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicsetDirection() + +

+
+ AbstractSortClause.php + : + 47 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public final setDirection(string $direction) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $direction + + string + + - + + - +
+ +
+ Tags + + +
+
+
+ Throws +
+
+ InvalidArgumentException +
+

if the given sort direction is invalid

+ +
+ +
+
+ +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-UpdatedAt.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-UpdatedAt.html new file mode 100644 index 0000000000..bbf5dc8d8d --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-Query-SortClause-UpdatedAt.html @@ -0,0 +1,702 @@ + + + + + UpdatedAt | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ UpdatedAt

+ +
+ UpdatedAt.php + : + 13 + +
+
Final
+ +
+ Extends FieldValueSortClause +
+ + +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicSORT_ASC +

+
+ AbstractSortClause.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_ASC = SortDirection::ASC
+
+
+
+ + +
+

+ publicSORT_DESC +

+
+ AbstractSortClause.php + : + 19 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed SORT_DESC = SortDirection::DESC
+
+
+
+ + + +

+ Properties +

+ +
+

+ public + $sortDirection + read-only + +

+
+ AbstractSortClause.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public string $sortDirection = self::SORT_ASC
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ UpdatedAt.php + : + 15 + +
+
+

Constructs a new SortClause on $sortTarget in direction $sortDirection.

+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct([string $sortDirection = \self::SORT_ASC ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $sortDirection + + string + + UpdatedAt::SORT_ASC + +
+

one of SortDirection::ASC or SortDirection::DESC

+ +
+ +
+ + +
+

+ publicgetDirection() + +

+
+ AbstractSortClause.php + : + 39 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public final getDirection() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetField() + +

+
+ FieldValueSortClause.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getField() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicsetDirection() + +

+
+ AbstractSortClause.php + : + 47 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public final setDirection(string $direction) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $direction + + string + + - + + - +
+ +
+ Tags + + +
+
+
+ Throws +
+
+ InvalidArgumentException +
+

if the given sort direction is invalid

+ +
+ +
+
+ +
+
+
+ +
+ +
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListCollectionInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListCollectionInterface.html new file mode 100644 index 0000000000..f6a31e62ed --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListCollectionInterface.html @@ -0,0 +1,394 @@ + + + + + ShoppingListCollectionInterface | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListCollectionInterface

+ +
+ ShoppingListCollectionInterface.php + : + 17 + +
+
Interface
+ +
+ Extends + IteratorAggregate, Countable
+
+ + + + + + + + + + + + + +

+ Methods +

+ +
+

+ publicgetShoppingLists() + +

+
+ ShoppingListCollectionInterface.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getShoppingLists() : array<string|int, ShoppingListInterface>
+
+
+
+
+
+

Return values

+

array<string|int, ShoppingListInterface>

+ + +
+

+ publicgetTotalCount() + +

+
+ ShoppingListCollectionInterface.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getTotalCount() : int
+
+
+
+
+
+

Return values

+

int

+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListCreateStruct.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListCreateStruct.html new file mode 100644 index 0000000000..14fcb33c61 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListCreateStruct.html @@ -0,0 +1,609 @@ + + + + + ShoppingListCreateStruct | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListCreateStruct

+ +
+ ShoppingListCreateStruct.php + : + 14 + +
+
Final
+ + + +
+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ ShoppingListCreateStruct.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(string $name[, User|null $owner = null ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $name + + string + + - + + - +
+ $owner + + User|null + + null + + - +
+ + +
+

+ publicgetName() + +

+
+ ShoppingListCreateStruct.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getName() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetOwner() + +

+
+ ShoppingListCreateStruct.php + : + 32 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getOwner() : User|null
+
+
+
+
+
+

Return values

+

User|null

+ + +
+

+ publicsetName() + +

+
+ ShoppingListCreateStruct.php + : + 27 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setName(string $name) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $name + + string + + - + + - +
+ + +
+

+ publicsetOwner() + +

+
+ ShoppingListCreateStruct.php + : + 37 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setOwner(User|null $owner) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $owner + + User|null + + - + + - +
+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListEntryCollectionInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListEntryCollectionInterface.html new file mode 100644 index 0000000000..db10b4983c --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListEntryCollectionInterface.html @@ -0,0 +1,698 @@ + + + + + ShoppingListEntryCollectionInterface | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListEntryCollectionInterface

+ +
+ ShoppingListEntryCollectionInterface.php + : + 18 + +
+
Interface
+ +
+ Extends + IteratorAggregate, Countable
+
+ + + + + + + + + + + + + +

+ Methods +

+ +
+

+ publicgetEntries() + +

+
+ ShoppingListEntryCollectionInterface.php + : + 23 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getEntries() : array<string|int, ShoppingListEntryInterface>
+
+
+
+
+
+

Return values

+

array<string|int, ShoppingListEntryInterface>

+ + +
+

+ publicgetEntry() + +

+
+ ShoppingListEntryCollectionInterface.php + : + 32 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getEntry(string $identifier) : ShoppingListEntryInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $identifier + + string + + - + + - +
+

Return values

+

ShoppingListEntryInterface

+ +
+ Tags + + +
+
+
+ Throws +
+
+ NotFoundException + +
+
+ +
+

+ publicgetEntryWithProductCode() + +

+
+ ShoppingListEntryCollectionInterface.php + : + 39 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getEntryWithProductCode(string $productCode) : ShoppingListEntryInterface
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $productCode + + string + + - + + - +
+

Return values

+

ShoppingListEntryInterface

+ +
+ Tags + + +
+
+
+ Throws +
+
+ NotFoundException + +
+
+ +
+

+ publicgetTotalCount() + +

+
+ ShoppingListEntryCollectionInterface.php + : + 25 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getTotalCount() : int
+
+
+
+
+
+

Return values

+

int

+ + +
+

+ publichasEntry() + +

+
+ ShoppingListEntryCollectionInterface.php + : + 27 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public hasEntry(string $identifier) : bool
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $identifier + + string + + - + + - +
+

Return values

+

bool

+ + +
+

+ publichasEntryWithProductCode() + +

+
+ ShoppingListEntryCollectionInterface.php + : + 34 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public hasEntryWithProductCode(string $productCode) : bool
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $productCode + + string + + - + + - +
+

Return values

+

bool

+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListEntryInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListEntryInterface.html new file mode 100644 index 0000000000..9130ca3e96 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListEntryInterface.html @@ -0,0 +1,475 @@ + + + + + ShoppingListEntryInterface | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListEntryInterface

+ +
+ ShoppingListEntryInterface.php + : + 14 + +
+
Interface
+ +
+ + + + + + + + + + + + + +

+ Methods +

+ +
+

+ publicgetAddedAt() + +

+
+ ShoppingListEntryInterface.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getAddedAt() : DateTimeInterface
+
+
+
+
+
+

Return values

+

DateTimeInterface

+ + +
+

+ publicgetId() + +

+
+ ShoppingListEntryInterface.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getId() : int
+
+
+
+
+
+

Return values

+

int

+ + +
+

+ publicgetIdentifier() + +

+
+ ShoppingListEntryInterface.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getIdentifier() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetProduct() + +

+
+ ShoppingListEntryInterface.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getProduct() : ProductInterface
+
+
+
+
+
+

Return values

+

ProductInterface

+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListInterface.html new file mode 100644 index 0000000000..8bcd073032 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListInterface.html @@ -0,0 +1,712 @@ + + + + + ShoppingListInterface | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListInterface

+ +
+ ShoppingListInterface.php + : + 14 + +
+
Interface
+ +
+ + + + + + + + + + + + + +

+ Methods +

+ +
+

+ publicgetCreatedAt() + +

+
+ ShoppingListInterface.php + : + 30 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getCreatedAt() : DateTimeInterface
+
+
+
+
+
+

Return values

+

DateTimeInterface

+ + +
+

+ publicgetEntries() + +

+
+ ShoppingListInterface.php + : + 26 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getEntries() : ShoppingListEntryCollectionInterface
+
+
+
+
+
+

Return values

+

ShoppingListEntryCollectionInterface

+ + +
+

+ publicgetId() + +

+
+ ShoppingListInterface.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getId() : int
+
+
+
+
+
+

Return values

+

int

+ + +
+

+ publicgetIdentifier() + +

+
+ ShoppingListInterface.php + : + 18 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getIdentifier() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetName() + +

+
+ ShoppingListInterface.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getName() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicgetOwner() + +

+
+ ShoppingListInterface.php + : + 24 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getOwner() : User
+
+
+
+
+
+

Return values

+

User

+ + +
+

+ publicgetUpdatedAt() + +

+
+ ShoppingListInterface.php + : + 32 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getUpdatedAt() : DateTimeInterface
+
+
+
+
+
+

Return values

+

DateTimeInterface

+ + +
+

+ publichasProduct() + +

+
+ ShoppingListInterface.php + : + 28 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public hasProduct(string $productCode) : bool
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $productCode + + string + + - + + - +
+

Return values

+

bool

+ + +
+

+ publicisDefault() + +

+
+ ShoppingListInterface.php + : + 22 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public isDefault() : bool
+
+
+
+
+
+

Return values

+

bool

+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListQuery.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListQuery.html new file mode 100644 index 0000000000..064d09e876 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListQuery.html @@ -0,0 +1,837 @@ + + + + + ShoppingListQuery | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListQuery

+ +
+ ShoppingListQuery.php + : + 14 + +
+
Final
+ + + +
+ + + + + + + + + + + + +

+ Constants +

+
+

+ publicDEFAULT_LIMIT +

+
+ ShoppingListQuery.php + : + 16 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public mixed DEFAULT_LIMIT = 25
+
+
+
+ + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ ShoppingListQuery.php + : + 21 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct([CriterionInterface|null $query = null ][, array<string|int, FieldValueSortClause$sortClauses = [] ][, int $offset = 0 ][, int $limit = \self::DEFAULT_LIMIT ])
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $query + + CriterionInterface|null + + null + + - +
+ $sortClauses + + array<string|int, FieldValueSortClause> + + [] + + - +
+ $offset + + int + + 0 + + - +
+ $limit + + int + + ShoppingListQuery::DEFAULT_LIMIT + + - +
+ + +
+

+ publicgetLimit() + +

+
+ ShoppingListQuery.php + : + 59 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getLimit() : int
+
+
+
+
+
+

Return values

+

int

+ + +
+

+ publicgetOffset() + +

+
+ ShoppingListQuery.php + : + 49 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getOffset() : int
+
+
+
+
+
+

Return values

+

int

+ + +
+

+ publicgetQuery() + +

+
+ ShoppingListQuery.php + : + 28 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getQuery() : CriterionInterface|null
+
+
+
+
+
+

Return values

+

CriterionInterface|null

+ + +
+

+ publicgetSortClauses() + +

+
+ ShoppingListQuery.php + : + 36 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getSortClauses() : array<string|int, FieldValueSortClause>
+
+
+
+
+
+

Return values

+

array<string|int, FieldValueSortClause>

+ + +
+

+ publicsetLimit() + +

+
+ ShoppingListQuery.php + : + 64 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setLimit(int $limit) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $limit + + int + + - + + - +
+ + +
+

+ publicsetOffset() + +

+
+ ShoppingListQuery.php + : + 54 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setOffset(int $offset) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $offset + + int + + - + + - +
+ + +
+

+ publicsetSortClauses() + +

+
+ ShoppingListQuery.php + : + 44 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setSortClauses(array<string|int, FieldValueSortClause$sortClauses) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $sortClauses + + array<string|int, FieldValueSortClause> + + - + + - +
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListUpdateStruct.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListUpdateStruct.html new file mode 100644 index 0000000000..91175ae8d7 --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ShoppingList-Value-ShoppingListUpdateStruct.html @@ -0,0 +1,486 @@ + + + + + ShoppingListUpdateStruct | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
Copied!
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+
+
+ + + +
+
+ + +
+

+ ShoppingListUpdateStruct

+ +
+ ShoppingListUpdateStruct.php + : + 13 + +
+
Final
+ + + +
+ + + + + + + + + + + + + + +

+ Methods +

+ +
+

+ public__construct() + +

+
+ ShoppingListUpdateStruct.php + : + 15 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public __construct(string $name)
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $name + + string + + - + + - +
+ + +
+

+ publicgetName() + +

+
+ ShoppingListUpdateStruct.php + : + 20 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public getName() : string
+
+
+
+
+
+

Return values

+

string

+ + +
+

+ publicsetName() + +

+
+ ShoppingListUpdateStruct.php + : + 25 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public setName(string $name) : void
+
+
+
+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
NameTypeDefault valueDescription
+ $name + + string + + - + + - +
+ + +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/index.html b/docs/api/php_api/php_api_reference/index.html index b71c49e0a0..f5a33bf53f 100644 --- a/docs/api/php_api/php_api_reference/index.html +++ b/docs/api/php_api/php_api_reference/index.html @@ -42049,6 +42049,860 @@
  • + +
  • + + +
  • + +