Xpressengine\Media\Models\Image::getType PHP Метод

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

Returns media type
public getType ( ) : string
Результат string
    public function getType()
    {
        return Media::TYPE_IMAGE;
    }