You are here

class _crumbs_PluginDefinitionHandler_many in Crumbs, the Breadcrumbs suite 6.2

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.

Hierarchy

Expanded class hierarchy of _crumbs_PluginDefinitionHandler_many

File

./crumbs.admin.inc, line 279

View source
class _crumbs_PluginDefinitionHandler_many extends _crumbs_PluginDefinitionHandler_one {
  function addRule($key_suffix, $title = TRUE) {
    $this->_invokeAction
      ->addRule($key_suffix, $title);
  }

}

Members