attributes['code']; } public function getClientInfoUID(): int|null { return $this->attributes['clientinfo_uid'] ?? null; } public function getServiceInfoUID(): int|null { return $this->attributes['serviceinfo_uid'] ?? null; } public function setServerParts(array $datas): void { $this->attributes['server_parts'] = $datas; } public function getServerParts(): array { return $this->attributes['server_parts'] ?? []; } }