You are here

function crumbs_PluginSystem_PluginEngine::__construct in Crumbs, the Breadcrumbs suite 7.2

Parameters

crumbs_PluginSystem_PluginBag $pluginBag:

crumbs_Router $router:

crumbs_Container_WeightMap $weightMap:

File

lib/PluginSystem/PluginEngine.php, line 26

Class

crumbs_PluginSystem_PluginEngine

Code

function __construct($pluginBag, $router, $weightMap) {
  $this->pluginBag = $pluginBag;
  $this->router = $router;
  $this->weightMap = $weightMap;
}