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

ReturnType() public method

This method returns a string describing the type of sources it can parse. For example, the FeedsParser returns "Feeds".
public ReturnType ( ) : string
return string type of sources parsed
    public function ReturnType()
    {
        return "Quiver";
    }