'User', self::Ai => 'AI', self::Correction => 'Correction', }; } public function isAi(): bool { return $this === self::Ai; } }