DataSift\Storyplayer\PlayerLib\Story::__toString PHP Method

__toString() public method

return a string representation of the story, for things like logging
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->getCategory() . ' :: ' . $this->getGroupAsString() . ' :: ' . $this->getName();
    }