Mongolid\Serializer\Type\Converter::getReflectionClass PHP 메소드

getReflectionClass() 보호된 메소드

Returns the mapped type of the given className.
protected getReflectionClass ( mixed $className ) : mixed
$className mixed Name of the class to return.
리턴 mixed
    protected function getReflectionClass($className)
    {
        return array_search($className, $this->mappedTypes);
    }