ViewManager extends Base
Class ViewManager
Table of Contents
Methods
- call() : array<string|int, View>
- getErrors() : array<string|int, mixed>
- Get Errors collections.
- getIndices() : array<string|int, mixed>
- getInstance() : static
- Returns the *Singleton* instance of this class.
- getViewControllers() : array<string|int, View>
Methods
call()
public
call() : array<string|int, View>
Return values
array<string|int, View>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.
getViewControllers()
public
getViewControllers() : array<string|int, View>