bitExpert\Disco\BenchHelper\C::__construct PHP 메소드

__construct() 공개 메소드

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