You are here

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

crumbs_PluginSystem_PluginBag

Code

function __construct($plugins, $routelessPluginMethods, $routePluginMethods) {
  $this->plugins = $plugins;
  $this->routelessPluginMethods = $routelessPluginMethods;
  $this->routePluginMethods = $routePluginMethods;
}