CartListInterface
CartListInterface.php
:
16
Extends
IteratorAggregate
Tags
Methods¶
getCarts() ¶
CartListInterface.php
:
23
Partial list of carts.
|
|
Return values
array<string|int, CartInterface>
getTotalCount() ¶
CartListInterface.php
:
28
Return total count of found carts (filtered by permissions).
|
|
Return values
int