wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
ListboxController Class Reference
+ Inheritance diagram for ListboxController:

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
 

Detailed Description

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.

Id:
class.ListboxController.php 1462 2014-02-04 23:52:27Z iherwig

Input actions:

  • unspecified: List Nodes of given type

Output actions:

  • ok In any case
Parameters
[in]typeThe entity type to list
[in]filterA query passed to g_getOIDs
[in]displayFilterA regular expression that the returned 'val' values should match
[out]totalCountThe total number of all entities that match the criteria
[out]objectsAn associative array with keys 'key' and 'val'
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 41 of file class.ListboxController.php.

Member Function Documentation

ListboxController::hasView ( )
See Also
Controller::hasView()

Definition at line 46 of file class.ListboxController.php.

ListboxController::executeKernel ( )

Do processing and assign Node data to View.

Returns
False in every case.
See Also
Controller::executeKernel()

Definition at line 55 of file class.ListboxController.php.

References g_getOIDs(), Localization\getInstance(), Controller\isLocalizedRequest(), and Obfuscator\unveil().

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: