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