propagationStopped; } public function setPropagationStopped(bool $propagationStopped): Propagation { $this->propagationStopped = $propagationStopped; return $this; } }