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

getPerPhaseSetup() public method

get the callback for per-phase setup work
public getPerPhaseSetup ( ) : array
return array
    public function getPerPhaseSetup()
    {
        return $this->perPhaseSetupCallback;
    }