CategoryManager extends Base
Class CategoryManager
Table of Contents
Methods
- call() : array<string|int, mixed>
- getCategoriesList() : array<string|int, mixed>
- getErrors() : array<string|int, mixed>
- Get Errors collections.
- getIndices() : array<string|int, mixed>
- getInstance() : static
- Returns the *Singleton* instance of this class.
Methods
call()
public
call() : array<string|int, mixed>
Return values
array<string|int, mixed>getCategoriesList()
public
getCategoriesList() : array<string|int, mixed>
Return values
array<string|int, mixed>getErrors()
Get Errors collections.
public
getErrors() : array<string|int, mixed>
Return values
array<string|int, mixed>getIndices()
public
getIndices() : array<string|int, mixed>
Return values
array<string|int, mixed>getInstance()
Returns the *Singleton* instance of this class.
public
static getInstance() : static
Return values
static —Singleton The Singleton instance.