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 10
10
* @link http://github.com/marc-mabe/php-enum for the canonical source repository
11
11
* @copyright Copyright (c) 2013 Marc Bennewitz
12
12
* @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()
13
30
*/
14
31
class EnumBasic extends Enum
15
32
{
Original file line number Diff line number Diff line change 10
10
* @link http://github.com/marc-mabe/php-enum for the canonical source repository
11
11
* @copyright Copyright (c) 2013 Marc Bennewitz
12
12
* @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()
13
30
*/
14
31
class EnumBasic2 extends Enum
15
32
{
Original file line number Diff line number Diff line change 8
8
* @link http://github.com/marc-mabe/php-enum for the canonical source repository
9
9
* @copyright Copyright (c) 2013 Marc Bennewitz
10
10
* @license http://github.com/marc-mabe/php-enum/blob/master/LICENSE.txt New BSD License
11
+ *
12
+ * @method EnumInheritance INHERITANCE()
11
13
*/
12
14
class EnumInheritance extends EnumBasic
13
15
{
You can’t perform that action at this time.
0 commit comments