Jarves\ContentTypes\ContentTypes::getType PHP Méthode

getType() public méthode

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