Google\Cloud\Tests\ValidateTraitStub::v PHP Method

v() public method

public v ( array $input, $type, callable $check = null )
$input array
$check callable
    public function v(array $input, $type, callable $check = null)
    {
        return $this->validateBatch($input, $type, $check);
    }
ValidateTraitStub