Dumplie\SharedKernel\Tests\Doctrine\EntityManagerBuilder::registerCustomType PHP Method

registerCustomType() public method

public registerCustomType ( string $typeName, string $className ) : EntityManagerBuilder
$typeName string
$className string
return EntityManagerBuilder
    public function registerCustomType(string $typeName, string $className)
    {
        $this->customTypes[$typeName] = $className;
        return $this;
    }