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

hasActions() public method

does this story have any actions?
public hasActions ( ) : boolean
return boolean true if this story has any actions
    public function hasActions()
    {
        return count($this->actionsCallbacks) > 0;
    }