isCancelled; } public function cancel() : void{ $this->isCancelled = true; } public function uncancel() : void{ $this->isCancelled = false; } }