Xpressengine\Media\Models\Image::getType PHP Method

getType() public method

Returns media type
public getType ( ) : string
return string
    public function getType()
    {
        return Media::TYPE_IMAGE;
    }