Copied!

VatCategoryListInterface

VatCategoryListInterface.php : 17
Interface
Extends IteratorAggregate, Countable

Methods

publicgetTotalCount()

VatCategoryListInterface.php : 27

Return total count of found categories.

public getTotalCount() : int

Return values

int

publicgetVatCategories()

VatCategoryListInterface.php : 22
public getVatCategories() : array<string|int, VatCategoryInterface>

Return values

array<string|int, VatCategoryInterface>