You are here

public function MenutrailbypathBreadcrumb::__construct in Menu Trail By Path 7.3

MenutrailbypathBreadcrumb constructor.

Parameters

\MenutrailbypathPathHelper $pathHelper:

\MenutrailbypathMenuHelper $menuHelper:

File

src/MenutrailbypathBreadcrumb.inc, line 13

Class

MenutrailbypathBreadcrumb

Code

public function __construct(MenutrailbypathPathHelper $pathHelper, MenutrailbypathMenuHelper $menuHelper) {
  $this->pathHelper = $pathHelper;
  $this->menuHelper = $menuHelper;
}