Jarves\ContentTypes\ContentTypes::getType PHP Method

getType() public method

public getType ( string $type ) : AbstractType
$type string
return AbstractType
    public function getType($type)
    {
        return @$this->types[$type] ?: @$this->types[strtolower($type)];
    }
ContentTypes