function crumbs_PluginSystem_PluginBag::__construct in Crumbs, the Breadcrumbs suite 7.2
Parameters
crumbs_PluginInterface[] $plugins:
true[][] $routelessPluginMethods:
true[][][] $routePluginMethods:
File
- lib/
PluginSystem/ PluginBag.php, line 28
Class
Code
function __construct($plugins, $routelessPluginMethods, $routePluginMethods) {
$this->plugins = $plugins;
$this->routelessPluginMethods = $routelessPluginMethods;
$this->routePluginMethods = $routePluginMethods;
}