Eris\Generator\SubsetGenerator::__construct PHP Method

__construct() public method

public __construct ( array $universe )
$universe array
    public function __construct(array $universe)
    {
        $this->universe = $universe;
    }