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

addPerPhaseSetup() public method

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