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

getPreTestPrediction() public method

get the callback to use to perform the preflight checks
public getPreTestPrediction ( ) : array
return array
    public function getPreTestPrediction()
    {
        return $this->preTestPredictionCallback;
    }