wCMF
3.6
|
Public Member Functions | |
validate () | |
getOIDs () | |
modifyModel (&$nodes) | |
executeKernel () | |
getSessionPrefix () | |
getRealSubjectType (&$node) | |
![]() | |
initialize (&$request, &$response) | |
validate () | |
getOIDs () | |
getDisplayText (&$node) | |
modifyModel (&$nodes) | |
getLength () | |
executeKernel () | |
getSessionPrefix () | |
![]() | |
initialize (&$request, &$response) | |
hasView () | |
executeKernel () | |
getOIDs () | |
getDisplayText (&$node) | |
modifyModel (&$nodes) | |
getLength () | |
updateNavigation ($startIndex, $length, $total) | |
reset () | |
![]() | |
Controller (&$delegate) | |
initialize (&$request, &$response) | |
validate () | |
hasView () | |
execute () | |
executeKernel () | |
getErrorMsg () | |
setErrorMsg ($msg) | |
appendErrorMsg ($msg) | |
& | getRequest () |
& | getResponse () |
& | getView () |
& | getDelegate () |
getViewTemplate ($controller, $context, $action) | |
getCacheId () | |
assignViewDefaults (&$view) | |
isLocalizedRequest () | |
Additional Inherited Members | |
![]() | |
$OIDS_SESSION_VARNAME = 'PagingController.oids' | |
$INDEX_SESSION_VARNAME = 'PagingController.index' | |
$_allOIDs = array() | |
$_curOIDs = array() | |
$_total = 0 | |
$_hasPrev = true | |
$_hasNext = true | |
$_startIndex = 0 | |
$_size = 0 | |
![]() | |
$_request = null | |
$_response = null | |
$_errorMsg = '' | |
$_view = null | |
$_delegate = null | |
ChildrenListController is a controller that loads chilren of a given node and displays the result in a list.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Input actions:
Output actions:
[in,out] | poid | The object id of the parent node to list the children for |
[in] | type | The entity type the type to list |
[in,out] | canCreate | True/False wether children of that type may be created or not |
[in,out] | aggregation | True/False wether children of that type are added as aggregation or not |
[in,out] | composition | True/False wether children of that type are added as composition or not |
For additional parameters see NodeListController
Definition at line 46 of file class.ChildrenListController.php.
ChildrenListController::validate | ( | ) |
Definition at line 51 of file class.ChildrenListController.php.
References PersistenceFacade\isValidOID(), and Controller\setErrorMsg().
ChildrenListController::getOIDs | ( | ) |
Definition at line 63 of file class.ChildrenListController.php.
References BUILDDEPTH_SINGLE, and PersistenceFacade\getInstance().
ChildrenListController::modifyModel | ( | & | $nodes | ) |
Definition at line 81 of file class.ChildrenListController.php.
References BUILDDEPTH_SINGLE, PersistenceFacade\getInstance(), PersistenceFacade\getOIDParameter(), and getRealSubjectType().
ChildrenListController::executeKernel | ( | ) |
Definition at line 113 of file class.ChildrenListController.php.
References BUILDDEPTH_SINGLE, PersistenceFacade\getInstance(), and getRealSubjectType().
ChildrenListController::getSessionPrefix | ( | ) |
Get the sesson varname prefix depending on parent and child type.
Definition at line 133 of file class.ChildrenListController.php.
ChildrenListController::getRealSubjectType | ( | & | $node | ) |
Get the real subject type for a proxy node.
node | The proxy node |
Definition at line 143 of file class.ChildrenListController.php.
References PersistenceFacade\getOIDParameter().
Referenced by executeKernel(), and modifyModel().