Jarves\ContentTypes\ContentTypes::getType PHP Метод

getType() публичный Метод

public getType ( string $type ) : AbstractType
$type string
Результат AbstractType
    public function getType($type)
    {
        return @$this->types[$type] ?: @$this->types[strtolower($type)];
    }
ContentTypes