Public Member Functions | |
toXsdType () | |
Public Attributes | |
const | SIGNED_SMALL_MIN = -32768 |
const | SIGNED_SMALL_MAX = +32767 |
const | SIGNED_MIN = -2147483648 |
const | SIGNED_MAX = +2147483647 |
const | UNSIGNED_SMALL_MAX = 65535 |
const | UNSIGNED_MAX = 4294967295 |
Protected Member Functions | |
checkNumber ($number) | |
castNumber ($number) |
Definition at line 16 of file PrimitiveInteger.class.php.
PrimitiveInteger::checkNumber | ( | $ | number | ) | [protected] |
PrimitiveInteger::castNumber | ( | $ | number | ) | [protected] |
PrimitiveInteger::toXsdType | ( | ) |
Definition at line 37 of file PrimitiveInteger.class.php.
const PrimitiveInteger::SIGNED_SMALL_MIN = -32768 |
Definition at line 18 of file PrimitiveInteger.class.php.
Referenced by SmallIntegerType::toPrimitiveLimits().
const PrimitiveInteger::SIGNED_SMALL_MAX = +32767 |
Definition at line 19 of file PrimitiveInteger.class.php.
Referenced by SmallIntegerType::toPrimitiveLimits().
const PrimitiveInteger::SIGNED_MIN = -2147483648 |
Definition at line 21 of file PrimitiveInteger.class.php.
Referenced by IntegerType::toPrimitiveLimits().
const PrimitiveInteger::SIGNED_MAX = +2147483647 |
Definition at line 22 of file PrimitiveInteger.class.php.
Referenced by IntegerType::toPrimitiveLimits().
const PrimitiveInteger::UNSIGNED_SMALL_MAX = 65535 |
Definition at line 24 of file PrimitiveInteger.class.php.
Referenced by UnsignedSmallIntegerType::toPrimitiveLimits().
const PrimitiveInteger::UNSIGNED_MAX = 4294967295 |
Definition at line 25 of file PrimitiveInteger.class.php.
Referenced by UnsignedIntegerType::toPrimitiveLimits().