Sulu\Component\Webspace\Manager\WebspaceManager::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Config\Loader\LoaderInterface $loader, Sulu\Component\Webspace\Url\ReplacerInterface $urlReplacer, $options = [] )
$loader Symfony\Component\Config\Loader\LoaderInterface
$urlReplacer Sulu\Component\Webspace\Url\ReplacerInterface
    public function __construct(LoaderInterface $loader, ReplacerInterface $urlReplacer, $options = [])
    {
        $this->loader = $loader;
        $this->urlReplacer = $urlReplacer;
        $this->setOptions($options);
    }