Dumplie\Metadata\Schema\Builder::getType PHP 메소드

getType() 공개 메소드

public getType ( string $name ) : TypeSchema
$name string
리턴 TypeSchema
    public function getType(string $name) : TypeSchema
    {
        return $this->types[$name];
    }