bitExpert\Disco\BenchHelper\H::__construct PHP Method

__construct() public method

Creates a new {@link \bitExpert\Disco\BenchHelper\H}.
public __construct ( G $g )
$g G
    public function __construct(G $g)
    {
        $this->g = $g;
    }