Sulu\Bundle\ContentBundle\Admin\WebspaceInputTypesJsConfig::__construct PHP Метод

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

public __construct ( Sulu\Component\Webspace\Manager\WebspaceManagerInterface $webspaceManager, Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPoolInterface $resourceLocatorStrategyPool )
$webspaceManager Sulu\Component\Webspace\Manager\WebspaceManagerInterface
$resourceLocatorStrategyPool Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPoolInterface
    public function __construct(WebspaceManagerInterface $webspaceManager, ResourceLocatorStrategyPoolInterface $resourceLocatorStrategyPool)
    {
        $this->webspaceManager = $webspaceManager;
        $this->resourceLocatorStrategyPool = $resourceLocatorStrategyPool;
    }
WebspaceInputTypesJsConfig