function _crumbs_PluginDefinitionHandler_one::__construct in Crumbs, the Breadcrumbs suite 6.2
File
- ./
crumbs.admin.inc, line 263
Class
- _crumbs_PluginDefinitionHandler_one
- This class is used solely for arguments passed to the "define()" method on plugin objects. It wraps the invoke action, to make sure that the plugin does not call the action's invoke() method.
Code
function __construct($invoke_action) {
$this->_invokeAction = $invoke_action;
}