Class miViewPlugin

Description

Base class for view plugins

The view plugins can add miscellaneous functionality into the view

  • copyright: Copyright (c) 2006,2007 Mirchev Ideas Ltd. All rights reserved.

Located in /control/ViewPlugin.php (line 14)


	
			
Direct descendents
Class Description
miSubmitFieldsPlugin Handles submit fields
Variable Summary
mixed $_view
Method Summary
miViewPlugin __construct (miView $view)
void postProcessAction (miAction $actionObj, boolean $actionResult)
void preProcessAction (miAction $actionObj)
void processActionStep (miAction $actionObj, string $actionStep)
Variables
mixed $_view (line 18)

Reference to the view

  • access: protected
Methods
Constructor __construct (line 25)

Constructs the plugin

  • access: public
miViewPlugin __construct (miView $view)
  • miView $view: reference to the view

Redefined in descendants as:
postProcessAction (line 46)

Called after an action

  • access: public
void postProcessAction (miAction $actionObj, boolean $actionResult)
  • miAction $actionObj
  • boolean $actionResult: the result returned from the action
preProcessAction (line 36)

Called before an action

  • access: public
void preProcessAction (miAction $actionObj)
processActionStep (line 56)

Called by the action, indicating particluar step

  • access: public
void processActionStep (miAction $actionObj, string $actionStep)
  • miAction $actionObj
  • string $actionStep: the name of the current step in the action

Redefined in descendants as:

Documentation generated on Thu, 08 May 2008 16:57:59 +0300 by phpDocumentor 1.4.1