DefaultBoardManager extends Base
Manager for default boards, collect all default boards, an provide instruments to work with them
Table of Contents
Methods
- call() : mixed
- getDefaultBoardsList() : array<string|int, Dashboard>
- 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() : mixed
getDefaultBoardsList()
public
getDefaultBoardsList() : array<string|int, Dashboard>
Return values
array<string|int, Dashboard>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.