Dumplie\Metadata\Infrastructure\Doctrine\Dbal\Field\IntegerMapping::maps PHP Method

maps() public method

public maps ( Type $type ) : boolean
$type Dumplie\Metadata\Schema\Type
return boolean
    public function maps(Type $type) : bool
    {
        return Type::integer()->isEqual($type);
    }
IntegerMapping