Knp\Bundle\MenuBundle\Templating\Helper\MenuHelper::__construct PHP Метод

__construct() публичный Метод

public __construct ( Knp\Menu\Twig\Helper $helper, Knp\Menu\Matcher\MatcherInterface $matcher, Knp\Menu\Util\MenuManipulator $menuManipulator )
$helper Knp\Menu\Twig\Helper
$matcher Knp\Menu\Matcher\MatcherInterface
$menuManipulator Knp\Menu\Util\MenuManipulator
    public function __construct(Helper $helper, MatcherInterface $matcher, MenuManipulator $menuManipulator)
    {
        $this->helper = $helper;
        $this->matcher = $matcher;
        $this->menuManipulator = $menuManipulator;
    }