class DeclarationBackendController extends Controller

Class DeclarationBackendController

Methods

array
declarationAddAction(ArrayCollection $declarationAddShow)

Backend page for creating new declaration

array
declarationEditAction(ArrayCollection $declarationEditShow)

Backend page for updating existing declaration

array
declarationAllJQGRIDAction()

Backend page for listing all declarations

array
declarationCategoryManageAction(ArrayCollection $manageDeclarationCategories)

Backend page for managing declaration categories

Details

at line 43
array declarationAddAction(ArrayCollection $declarationAddShow)

Backend page for creating new declaration

Parameters

ArrayCollection $declarationAddShow

Return Value

array

See also

DeclarationAddShowConverter

at line 62
array declarationEditAction(ArrayCollection $declarationEditShow)

Backend page for updating existing declaration

Parameters

ArrayCollection $declarationEditShow

Return Value

array

See also

DeclarationEditShowConverter

at line 79
array declarationAllJQGRIDAction()

Backend page for listing all declarations

Return Value

array

at line 96
array declarationCategoryManageAction(ArrayCollection $manageDeclarationCategories)

Backend page for managing declaration categories

Parameters

ArrayCollection $manageDeclarationCategories

Return Value

array

See also

ManageDeclarationCategoriesConverter