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