function crumbs_PluginSystem_PluginMethodIteratorPosition::__construct in Crumbs, the Breadcrumbs suite 7.2
Parameters
string $pluginKey:
string $pluginMethod: Either 'findParent' or 'findTitle'.
crumbs_PluginInterface $plugin:
File
- lib/
PluginSystem/ PluginMethodIteratorPosition.php, line 33
Class
Code
function __construct($pluginKey, $pluginMethod, $plugin) {
$this->pluginKey = $pluginKey;
$this->pluginMethod = $pluginMethod;
$this->plugin = $plugin;
}