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

hasPerPhaseTeardown() public method

do we have a per-phase teardown callback?
public hasPerPhaseTeardown ( ) : boolean
return boolean true if there is a per-phase teardown callback
    public function hasPerPhaseTeardown()
    {
        return count($this->perPhaseTeardownCallback) > 0;
    }