function _crumbs_InvokeAction_define::addRule in Crumbs, the Breadcrumbs suite 6.2
File
- ./
crumbs.admin.inc, line 221
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 addRule($key_suffix, $title) {
$this
->_addRule($this->_pluginKey . '.' . $key_suffix, $title);
}