You are here

function _crumbs_PluginDefinitionHandler_many::addRule in Crumbs, the Breadcrumbs suite 6.2

File

./crumbs.admin.inc, line 281

Class

_crumbs_PluginDefinitionHandler_many
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 addRule($key_suffix, $title = TRUE) {
  $this->_invokeAction
    ->addRule($key_suffix, $title);
}