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

__construct() public method

Creates a new {@link \bitExpert\Disco\BenchHelper\J}.
public __construct ( I $i )
$i I
    public function __construct(I $i)
    {
        $this->i = $i;
    }