wCMF
3.6
|
Public Member Functions | |
hasView () | |
executeKernel () | |
Public Member Functions inherited from Controller | |
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 | |
Public Attributes inherited from Controller | |
$_request = null | |
$_response = null | |
$_errorMsg = '' | |
$_view = null | |
$_delegate = null | |
ListboxController is a controller that uses g_getOIDs to retrieve listbox data.
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] | type | The entity type to list |
[in] | filter | A query passed to g_getOIDs |
[in] | displayFilter | A regular expression that the returned 'val' values should match |
[out] | totalCount | The total number of all entities that match the criteria |
[out] | objects | An associative array with keys 'key' and 'val' |
Definition at line 41 of file class.ListboxController.php.
ListboxController::hasView | ( | ) |
Definition at line 46 of file class.ListboxController.php.
ListboxController::executeKernel | ( | ) |
Do processing and assign Node data to View.
Definition at line 55 of file class.ListboxController.php.
References g_getOIDs(), Localization\getInstance(), Controller\isLocalizedRequest(), and Obfuscator\unveil().