File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
tests/MabeEnumTest/TestAsset Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1010 * @link http://github.com/marc-mabe/php-enum for the canonical source repository
1111 * @copyright Copyright (c) 2013 Marc Bennewitz
1212 * @license http://github.com/marc-mabe/php-enum/blob/master/LICENSE.txt New BSD License
13+ *
14+ * @method EnumBasic ONE()
15+ * @method EnumBasic TWO()
16+ * @method EnumBasic THREE()
17+ * @method EnumBasic FOUR()
18+ * @method EnumBasic FIVE()
19+ * @method EnumBasic SIX()
20+ * @method EnumBasic SEVEN()
21+ * @method EnumBasic EIGHT()
22+ * @method EnumBasic NINE()
23+ * @method EnumBasic ZERO()
24+ * @method EnumBasic FLOAT()
25+ * @method EnumBasic STR()
26+ * @method EnumBasic STR_EMPTY()
27+ * @method EnumBasic NIL()
28+ * @method EnumBasic BOOLEAN_TRUE()
29+ * @method EnumBasic BOOLEAN_FALSE()
1330 */
1431class EnumBasic extends Enum
1532{
Original file line number Diff line number Diff line change 1010 * @link http://github.com/marc-mabe/php-enum for the canonical source repository
1111 * @copyright Copyright (c) 2013 Marc Bennewitz
1212 * @license http://github.com/marc-mabe/php-enum/blob/master/LICENSE.txt New BSD License
13+ *
14+ * @method EnumBasic ONE()
15+ * @method EnumBasic TWO()
16+ * @method EnumBasic THREE()
17+ * @method EnumBasic FOUR()
18+ * @method EnumBasic FIVE()
19+ * @method EnumBasic SIX()
20+ * @method EnumBasic SEVEN()
21+ * @method EnumBasic EIGHT()
22+ * @method EnumBasic NINE()
23+ * @method EnumBasic ZERO()
24+ * @method EnumBasic FLOAT()
25+ * @method EnumBasic STR()
26+ * @method EnumBasic STR_EMPTY()
27+ * @method EnumBasic NIL()
28+ * @method EnumBasic BOOLEAN_TRUE()
29+ * @method EnumBasic BOOLEAN_FALSE()
1330 */
1431class EnumBasic2 extends Enum
1532{
Original file line number Diff line number Diff line change 88 * @link http://github.com/marc-mabe/php-enum for the canonical source repository
99 * @copyright Copyright (c) 2013 Marc Bennewitz
1010 * @license http://github.com/marc-mabe/php-enum/blob/master/LICENSE.txt New BSD License
11+ *
12+ * @method EnumInheritance INHERITANCE()
1113 */
1214class EnumInheritance extends EnumBasic
1315{
You can’t perform that action at this time.
0 commit comments