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

hasPerPhaseSetup() public method

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