You are here

public function Container::__construct in Drupal 7

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