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

addPreTestPrediction() public method

public addPreTestPrediction ( $newCallback ) : void
return void
    public function addPreTestPrediction($newCallback)
    {
        $this->preTestPredictionCallback[] = $newCallback;
    }