Interface ControllerInterface
This interface describes a controller.
Direct known implementers
DcGeneral\Controller\DefaultController
Namespace: DcGeneral\Controller
Package: DcGeneral\Controller
Located at Controller/ControllerInterface.php
Package: DcGeneral\Controller
Located at Controller/ControllerInterface.php
public
|
|
public
|
|
public
|
|
public
array
|
#
assembleAllChildrenFrom(
Scan for children of a given model. |
public
|
#
updateModelFromPropertyBag(
Update the current model from a post request. Additionally, trigger meta palettes, if installed. |
public
array
|
#
getSupportedLanguages( mixed $mixID )
Return all supported languages from the default data data provider. |
public
boolean
|
#
isRootModel(
Check if the given model is a root model for the current data definition. |
public
|
#
setRootModel(
Apply the root condition of the current data definition to the given model. |
public
|
#
setParent(
Set a model as the parent of another model. |
public
|
#
setSameParent(
Sets all parent condition fields in the destination to the values from the source model. |