PocketMine-MP 5.28.3 git-d5a1007c80fcee27feb2251cf5dcf1ad5a59a85c
|
Public Attributes | |
const | ARRAY = 'array' |
const | BOOL = 'bool' |
const | CALLABLE = 'callable' |
const | FLOAT = 'float' |
const | INT = 'int' |
const | ITERABLE = 'iterable' |
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::STRING = 'string' |
Definition at line 12 of file BuiltInTypes.php.
const DaveRandom\CallbackValidator\BuiltInTypes::VOID = 'void' |
Definition at line 17 of file BuiltInTypes.php.