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

Public Member Functions

 getOIDs ()
 
 getDisplayText (&$node)
 
- Public Member Functions inherited from PagingController
 initialize (&$request, &$response)
 
 hasView ()
 
 executeKernel ()
 
 getOIDs ()
 
 getDisplayText (&$node)
 
 modifyModel (&$nodes)
 
 getLength ()
 
 updateNavigation ($startIndex, $length, $total)
 
 reset ()
 
- 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 PagingController
 $OIDS_SESSION_VARNAME = 'PagingController.oids'
 
 $INDEX_SESSION_VARNAME = 'PagingController.index'
 
 $_allOIDs = array()
 
 $_curOIDs = array()
 
 $_total = 0
 
 $_hasPrev = true
 
 $_hasNext = true
 
 $_startIndex = 0
 
 $_size = 0
 
- Public Attributes inherited from Controller
 $_request = null
 
 $_response = null
 
 $_errorMsg = ''
 
 $_view = null
 
 $_delegate = null
 

Detailed Description

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.

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

Input actions:

Output actions:

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 38 of file class.SimplePagingController.php.

Member Function Documentation

SimplePagingController::getOIDs ( )
See Also
PagingController::getOIDs()

Definition at line 43 of file class.SimplePagingController.php.

References PersistenceFacade\getInstance(), and InifileParser\getInstance().

+ Here is the call graph for this function:

SimplePagingController::getDisplayText ( $node)
See Also
PagingController::getDisplayText()

Definition at line 60 of file class.SimplePagingController.php.

References NodeUtil\getDisplayValue().

+ Here is the call graph for this function:


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