function Container::__construct

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::__construct()
  2. 8.9.x core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::__construct()
  3. 10 core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::__construct()
  4. 11.x core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::__construct()

Parameters

Stub $stub:

Manifest $manifest:

File

misc/typo3/phar-stream-wrapper/src/Phar/Container.php, line 30

Class

Container

Namespace

TYPO3\PharStreamWrapper\Phar

Code

public function __construct(Stub $stub, Manifest $manifest) {
    $this->stub = $stub;
    $this->manifest = $manifest;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.