AssetManager\Service\AssetCacheManager::__construct PHP Метод

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

Construct the AssetCacheManager
public __construct ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, array $config ) : AssetCacheManager
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
$config array
Результат AssetCacheManager
    public function __construct(ServiceLocatorInterface $serviceLocator, $config)
    {
        $this->serviceLocator = $serviceLocator;
        $this->config = $config;
    }