Swiftriver\Core\Modules\SiSPS\PushParsers\QuiverPushParser::GetDescription PHP Method

GetDescription() public method

This method returns a string describing the implementation details of this parser
public GetDescription ( ) : string
return string - implementation details
    public function GetDescription()
    {
        $description = "<a href=\"javascript:var%20d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='" . $this->get_quiver_link() . "?origin=Quiver',l=d.location,e=encodeURIComponent,u=f+'&u='+e(l.href)+'&t='+e(d.title)+'&s='+e(s)+'&v=4';a=function(){if(!w.open(u,'t','toolbar=0,resizable=1,scrollbars=1,status=1,width=720,height=570'))l.href=u;};if%20(/Firefox/.test(navigator.userAgent))%20setTimeout(a,%200);%20else%20a();void(0)\">Quiver</a>";
        return "Drag and drop this link to your bookmarks toolbar: " . $description;
    }