Google\Cloud\Tests\GrpcTraitStub::call PHP Method

call() public method

public call ( $fn, array $args = [] )
$args array
    public function call($fn, array $args = [])
    {
        return call_user_func_array([$this, $fn], $args);
    }
GrpcTraitStub