Types

  • Pure Enum
  • Backed Enum
    • Integer
    • String

Built-in Static Function

Enum::cases()

  • Pure Enum
  • Backed Enum

Built-in Attribute

Enum::CASE->name

  • Pure Enum
  • Backed Enum

Enum::CASE->value

  • Backed Enum

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *