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

setHints() public method

public setHints ( $newCallback ) : void
return void
    public function setHints($newCallback)
    {
        $this->hintsCallback = array($newCallback);
    }