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

hasHints() public method

have any hints been set?
public hasHints ( ) : boolean
return boolean true if the callback has been set
    public function hasHints()
    {
        return count($this->hintsCallback) > 0;
    }