1])] #[LoggableProperty] protected bool $isActive = true; public function getIsActive(): bool { return $this->isActive; } public function setIsActive(bool $isActive): static { $this->isActive = $isActive; return $this; } }