
Static Public Member Functions | |
| static | spawn ($primitive, $name) |
| |
| static | integer ($name) |
| |
| static | float ($name) |
| |
| static | identifier ($name) |
| |
| static | identifierlist ($name) |
| |
| static | enumeration ($name) |
| |
| static | date ($name) |
| |
| static | timestamp ($name) |
| |
| static | time ($name) |
| |
| static | string ($name) |
| |
| static | range ($name) |
| |
| static | dateRange ($name) |
| |
| static | timestampRange ($name) |
| static | choice ($name) |
| |
| static | set ($name) |
| |
| static | multiChoice ($name) |
| |
| static | plainChoice ($name) |
| |
| static | boolean ($name) |
| |
| static | ternary ($name) |
| |
| static | file ($name) |
| |
| static | image ($name) |
| |
| static | exploded ($name) |
| |
| static | inet ($name) |
| |
Definition at line 18 of file Primitive.class.php.
| static Primitive::spawn | ( | $ | primitive, | |
| $ | name | |||
| ) | [static] |
Definition at line 23 of file Primitive.class.php.
References Assert::isTrue().

| static Primitive::integer | ( | $ | name | ) | [static] |
Definition at line 33 of file Primitive.class.php.
Referenced by IntegerType::toPrimitive().
| static Primitive::float | ( | $ | name | ) | [static] |
Definition at line 41 of file Primitive.class.php.
Referenced by FloatType::toPrimitive().
| static Primitive::identifier | ( | $ | name | ) | [static] |
| static Primitive::identifierlist | ( | $ | name | ) | [static] |
| static Primitive::enumeration | ( | $ | name | ) | [static] |
| static Primitive::date | ( | $ | name | ) | [static] |
Definition at line 73 of file Primitive.class.php.
Referenced by DateType::toPrimitive().
| static Primitive::timestamp | ( | $ | name | ) | [static] |
Definition at line 81 of file Primitive.class.php.
Referenced by TimestampType::toPrimitive().
| static Primitive::time | ( | $ | name | ) | [static] |
Definition at line 89 of file Primitive.class.php.
Referenced by TimeType::toPrimitive().
| static Primitive::string | ( | $ | name | ) | [static] |
Definition at line 97 of file Primitive.class.php.
Referenced by StringType::toPrimitive().
| static Primitive::range | ( | $ | name | ) | [static] |
Definition at line 105 of file Primitive.class.php.
Referenced by RangeType::toPrimitive().
| static Primitive::dateRange | ( | $ | name | ) | [static] |
Definition at line 113 of file Primitive.class.php.
Referenced by DateRangeType::toPrimitive().
| static Primitive::timestampRange | ( | $ | name | ) | [static] |
Definition at line 118 of file Primitive.class.php.
Referenced by TimestampRangeType::toPrimitive().
| static Primitive::choice | ( | $ | name | ) | [static] |
Definition at line 126 of file Primitive.class.php.
Referenced by BaseEditor::__construct(), and MethodMappedController::chooseAction().
| static Primitive::set | ( | $ | name | ) | [static] |
| static Primitive::multiChoice | ( | $ | name | ) | [static] |
| static Primitive::plainChoice | ( | $ | name | ) | [static] |
| static Primitive::boolean | ( | $ | name | ) | [static] |
Definition at line 158 of file Primitive.class.php.
Referenced by BooleanType::toPrimitive().
| static Primitive::ternary | ( | $ | name | ) | [static] |
| static Primitive::file | ( | $ | name | ) | [static] |
| static Primitive::image | ( | $ | name | ) | [static] |
| static Primitive::exploded | ( | $ | name | ) | [static] |
| static Primitive::inet | ( | $ | name | ) | [static] |
Definition at line 198 of file Primitive.class.php.
Referenced by InetType::toPrimitive().
1.5.4