|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for DaveRandom\CallbackValidator\BuiltInTypes:Public Attributes | |
| const | ARRAY = 'array' |
| const | BOOL = 'bool' |
| const | CALLABLE = 'callable' |
| const | FLOAT = 'float' |
| const | INT = 'int' |
| const | ITERABLE = 'iterable' |
| const | OBJECT = 'object' |
| const | STRING = 'string' |
| const | VOID = 'void' |
Definition at line 5 of file BuiltInTypes.php.
| const DaveRandom\CallbackValidator\BuiltInTypes::ARRAY = 'array' |
Definition at line 16 of file BuiltInTypes.php.
| const DaveRandom\CallbackValidator\BuiltInTypes::BOOL = 'bool' |
Definition at line 15 of file BuiltInTypes.php.
| const DaveRandom\CallbackValidator\BuiltInTypes::CALLABLE = 'callable' |
Definition at line 18 of file BuiltInTypes.php.
| const DaveRandom\CallbackValidator\BuiltInTypes::FLOAT = 'float' |
Definition at line 14 of file BuiltInTypes.php.
| const DaveRandom\CallbackValidator\BuiltInTypes::INT = 'int' |
Definition at line 13 of file BuiltInTypes.php.
| const DaveRandom\CallbackValidator\BuiltInTypes::ITERABLE = 'iterable' |
Definition at line 19 of file BuiltInTypes.php.
| const DaveRandom\CallbackValidator\BuiltInTypes::OBJECT = 'object' |
Definition at line 20 of file BuiltInTypes.php.
| const DaveRandom\CallbackValidator\BuiltInTypes::STRING = 'string' |
Definition at line 12 of file BuiltInTypes.php.
| const DaveRandom\CallbackValidator\BuiltInTypes::VOID = 'void' |
Definition at line 17 of file BuiltInTypes.php.