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

__construct() public method

Creates a new {@link \bitExpert\Disco\BenchHelper\C}.
public __construct ( B $b )
$b B
    public function __construct(B $b)
    {
        $this->b = $b;
    }