Dumplie\Metadata\Infrastructure\Doctrine\Dbal\Field\IntegerMapping::maps PHP Метод

maps() публичный Метод

public maps ( Type $type ) : boolean
$type Dumplie\Metadata\Schema\Type
Результат boolean
    public function maps(Type $type) : bool
    {
        return Type::integer()->isEqual($type);
    }
IntegerMapping