versionId = $v->id; $this->currentStatus = $v->status; parent::__construct(sprintf( 'OfferVersion #%d ist nicht mehr editierbar (status=%s). ' . 'Aktion „%s" erfordert eine Draft-Version — nutze createNewVersion() / supersede().', $v->id, $v->status, $attemptedAction )); } }