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

hasPreTestPrediction() public method

do we have a callback
public hasPreTestPrediction ( ) : boolean
return boolean [description]
    public function hasPreTestPrediction()
    {
        return count($this->preTestPredictionCallback) > 0;
    }