Neos\Flow\Cache\Backend\AbstractBackend::__construct PHP Метод

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

Constructs this backend
Устаревший: Use AbstractBackend instead
public __construct ( ApplicationContext $context, array $options = [], EnvironmentConfiguration $environmentConfiguration = null )
$context Neos\Flow\Core\ApplicationContext Flow's application context
$options array Configuration options - depends on the actual backend
$environmentConfiguration Neos\Cache\EnvironmentConfiguration
    public function __construct(ApplicationContext $context, array $options = [], EnvironmentConfiguration $environmentConfiguration = null)
    {
        parent::__construct($environmentConfiguration, $options);
        $this->context = $context;
    }