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