You are here

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

Same name and namespace in other branches
  1. 6.2 crumbs.trail.inc \crumbs_ParentFinder::__construct()
  2. 7 lib/ParentFinder.php \crumbs_ParentFinder::__construct()

Parameters

crumbs_PluginSystem_PluginEngine $pluginEngine:

crumbs_Router $router:

File

lib/ParentFinder.php, line 30

Class

crumbs_ParentFinder
Can find a parent path for a given path. Contains a cache.

Code

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