You are here

function _crumbs_InvokeAction_define::__construct in Crumbs, the Breadcrumbs suite 6.2

File

./crumbs.admin.inc, line 203

Class

_crumbs_InvokeAction_define
This class uses the InvokeAction pattern, but it does not implement any of the InvokeAction interfaces. This is because it is not supposed to be used with the PluginEngine, but rather from a custom function (see above).

Code

function __construct() {
  $this->_definitionHandler_one = new _crumbs_PluginDefinitionHandler_one($this);
  $this->_definitionHandler_many = new _crumbs_PluginDefinitionHandler_many($this);
}