PurposeReaderServiceInterface
in
Interface PurposeReaderServiceInterface
Table of Contents
- activePurposes() : array<string|int, PurposeInterface>
- allPurposes() : array<string|int, PurposeInterface>
- categories() : array<string|int, CategoryInterface>
Methods
activePurposes()
public
activePurposes(int $languageId) : array<string|int, PurposeInterface>
Parameters
- $languageId : int
Return values
array<string|int, PurposeInterface> —allPurposes()
public
allPurposes() : array<string|int, PurposeInterface>
Return values
array<string|int, PurposeInterface> —categories()
public
categories(int $languageId) : array<string|int, CategoryInterface>
Parameters
- $languageId : int