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

getGroupAsString() public method

return the story's group as a printable string
public getGroupAsString ( ) : string
return string
    public function getGroupAsString()
    {
        return implode(" > ", $this->group);
    }