메소드 |
설명 |
|
__toString ( ) |
|
|
addType ( string $name, string $className ) |
Adds a custom type to the type map. |
|
convertToPHPValue ( mixed $value ) : mixed |
Converts a value from its database representation to its PHP representation
of this type. |
|
convertToXmlValue ( mixed $value ) : mixed |
Converts a value from its PHP representation to its XML representation
of this type. |
|
getName ( ) : string |
Gets the name of this type. |
|
getType ( string $name ) : Type |
Factory method to create type instances. |
|
getTypesMap ( ) : array |
Get the types array map which holds all registered types and the corresponding
type class |
|
hasType ( string $name ) : boolean |
Checks if exists support for a type. |
|
overrideType ( string $name, string $className ) |
Overrides an already defined type to use a different implementation. |
|