Source for file ViewPlugin.php
Documentation is available at ViewPlugin.php
* This file contains the base class for the view plugins
* @copyright Copyright (c) 2006,2007 Mirchev Ideas Ltd. All rights reserved.
* 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.
* @param miView $view reference to the view
$view->registerPlugin($this);
* Called before an action
* @param miAction $actionObj
* @param miAction $actionObj
* @param boolean $actionResult the result returned from the action
* Called by the action, indicating particluar step
* @param miAction $actionObj
* @param string $actionStep the name of the current step in the action
Documentation generated on Thu, 08 May 2008 16:57:59 +0300 by phpDocumentor 1.4.1