Sulu\Bundle\CustomUrlBundle\Admin\CustomUrlAdmin::__construct PHP Method

__construct() public method

public __construct ( $title, Sulu\Component\Webspace\Manager\WebspaceManagerInterface $webspaceManager )
$webspaceManager Sulu\Component\Webspace\Manager\WebspaceManagerInterface
    public function __construct($title, WebspaceManagerInterface $webspaceManager)
    {
        $rootNavigationItem = new NavigationItem($title);
        $this->setNavigation(new Navigation($rootNavigationItem));
        $this->webspaceManager = $webspaceManager;
    }