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
Namespace
TYPO3\PharStreamWrapper\PharCode
public function __construct(Stub $stub, Manifest $manifest) {
$this->stub = $stub;
$this->manifest = $manifest;
}