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

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

TerminateController stops the action processing by returning false in executeKernel.

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.TerminateController.php 1462 2014-02-04 23:52:27Z iherwig

The controller passes all input parameters to the output.

Input actions:

  • unspecified: Terminate action processing

Output actions:

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

Definition at line 37 of file class.TerminateController.php.

Member Function Documentation

TerminateController::hasView ( )
See Also
Controller::hasView()

Definition at line 42 of file class.TerminateController.php.

TerminateController::executeKernel ( )
Returns
False (Stop action processing chain).
See Also
Controller::executeKernel()

Definition at line 50 of file class.TerminateController.php.


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