hayes/php-enum

myclabs/php-enum 库的扩展

1.0.1 2022-03-02 10:17 UTC

This package is auto-updated.

Last update: 2024-09-29 05:57:08 UTC


README

myclabs/php-enum 库的扩展。

文档

添加方法

  • getLabel() 返回枚举标签

静态方法

  • labels() 返回 Enum 类中所有常量的标签

      // Define the label corresponding to the enumeration value. example:
      return [value => label];
  • options() 返回所有可能的选项数组