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;
    }