Copied!

CatalogListInterface

CatalogListInterface.php : 17
Extends IteratorAggregate, Countable
Tags
Extends

IteratorAggregate<\Ibexa\Contracts\ProductCatalog\Values\CatalogInterface>

Methods

publicgetCatalogs()

CatalogListInterface.php : 24

Partial list of catalogs.

public getCatalogs() : array<string|int, CatalogInterface>

Return values

array<string|int, CatalogInterface>

publicgetTotalCount()

CatalogListInterface.php : 29

Return total count of found catalogs (filtered by permissions).

public getTotalCount() : int

Return values

int