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;
    }