You are here

protected function crumbs_DIC_ServiceContainer::parentFinder in Crumbs, the Breadcrumbs suite 7.2

A service that attempts to find a parent path for a given path.

Return value

crumbs_ParentFinder

See also

crumbs_DIC_ServiceContainer::$parentFinder

File

lib/DIC/ServiceContainer.php, line 48

Class

crumbs_DIC_ServiceContainer
Little brother of a dependency injection container (DIC)

Code

protected function parentFinder() {
  return new crumbs_ParentFinder($this->pluginEngine, $this->router);
}