Dumplie\Metadata\Infrastructure\Doctrine\Dbal\TypeRegistry::register PHP 메소드

register() 공개 메소드

public register ( Dumplie\Metadata\Infrastructure\Doctrine\Dbal\TypeMapping $mapping )
$mapping Dumplie\Metadata\Infrastructure\Doctrine\Dbal\TypeMapping
    public function register(TypeMapping $mapping)
    {
        $this->mapping[] = $mapping;
    }