Mongolid\Serializer\Type\Converter::getReflectionClass PHP Method

getReflectionClass() protected method

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