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

__construct() public method

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