AbstractDashboardGenerator
extends AbstractController
in package
AbstractYes
Table of Contents
Properties
- $entities : array<string|int, CommonContentInterface>|null
Methods
- generateDashboard() : Dashboard
- getActions() : array<string|int, Action>|null
- getBreadcrumbs() : array<string|int, Action>|null
- getEntities() : array<string|int, CommonContentInterface>|null
- getEntityManager() : EntityManagerInterface
- getHeader() : string
- getIcon() : Icon
- getNavigations() : array<string|int, Action>|null
- getTag() : string
- getViews() : array<string|int, View>|null
- setEntities() : static|null
- getActionForms() : array<string|int, FormInterface>|null
- getForms() : array<string|int, FormInterface>|null
- getViewForms() : array<string|int, FormInterface>|null
Properties
$entities
private
array<string|int, CommonContentInterface>|null
$entities
Methods
generateDashboard()
public
generateDashboard() : Dashboard
Return values
DashboardgetActions()
public
abstract getActions() : array<string|int, Action>|null
Return values
array<string|int, Action>|nullgetBreadcrumbs()
public
abstract getBreadcrumbs() : array<string|int, Action>|null
Return values
array<string|int, Action>|nullgetEntities()
public
getEntities() : array<string|int, CommonContentInterface>|null
Return values
array<string|int, CommonContentInterface>|nullgetEntityManager()
public
abstract getEntityManager() : EntityManagerInterface
Return values
EntityManagerInterfacegetHeader()
public
abstract getHeader() : string
Return values
stringgetIcon()
public
abstract getIcon() : Icon
Return values
IcongetNavigations()
public
abstract getNavigations() : array<string|int, Action>|null
Return values
array<string|int, Action>|nullgetTag()
public
abstract getTag() : string
Return values
stringgetViews()
public
abstract getViews() : array<string|int, View>|null
Return values
array<string|int, View>|nullsetEntities()
public
setEntities(array<string|int, CommonContentInterface>|null $entities) : static|null
Parameters
- $entities : array<string|int, CommonContentInterface>|null
Return values
static|nullgetActionForms()
private
getActionForms(array<string|int, Action>|null $actions) : array<string|int, FormInterface>|null
Parameters
- $actions : array<string|int, Action>|null
Return values
array<string|int, FormInterface>|nullgetForms()
private
getForms(array<string|int, View>|null $views, array<string|int, Action>|null $actions) : array<string|int, FormInterface>|null
Parameters
Return values
array<string|int, FormInterface>|nullgetViewForms()
private
getViewForms(array<string|int, View>|null $views) : array<string|int, FormInterface>|null
Parameters
- $views : array<string|int, View>|null