PhpBench\Environment\Information::__construct PHP Méthode

__construct() public méthode

__construct.
public __construct ( $name, array $information )
$information array
    public function __construct($name, array $information)
    {
        $this->name = $name;
        $this->information = $information;
    }