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

getPerPhaseTeardown() public method

get the callback for per-phase teardown work
public getPerPhaseTeardown ( ) : array
return array
    public function getPerPhaseTeardown()
    {
        return $this->perPhaseTeardownCallback;
    }