wCMF
3.6
|
Public Member Functions | |
getOIDs () | |
getDisplayText (&$node) | |
![]() | |
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 | |
SimplePagingController is a controller demonstrating the use of PagingController for splitting long lists into several pages.
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:
Definition at line 38 of file class.SimplePagingController.php.
SimplePagingController::getOIDs | ( | ) |
Definition at line 43 of file class.SimplePagingController.php.
References PersistenceFacade\getInstance(), and InifileParser\getInstance().
SimplePagingController::getDisplayText | ( | & | $node | ) |
Definition at line 60 of file class.SimplePagingController.php.
References NodeUtil\getDisplayValue().