Craft\IAnalytics::__toString PHP Method

__toString() public method

Turn an empty value so the twig tags {{ }} can be used
public __toString ( ) : string
return string ""
    public function __toString()
    {
        return "";
    }