PHP Doctrine\OXM\Types Пространство имен

Классы

Имя Описание
ArrayType Type that maps a PHP array to an XML array representation
BooleanType Type that maps an XML boolean to a PHP boolean.
ConversionException Conversion Exception is thrown when the xml to PHP conversion fails
DateTimeType Type that maps an XML DATETIME/TIMESTAMP to a PHP DateTime object.
DateTimeTzType Type that maps an XML DATETIME/TIMESTAMP with timezone to a PHP DateTime object.
DateType Type that maps an XML DATE to a PHP Date object.
IntegerType Type that maps an XML INT to a PHP integer.
ObjectType Type that maps a PHP object to a XML type via serialization.
StringType Type that maps an XML string to a PHP string.
TimeType Type that maps an XML TIME to a PHP DateTime object.
Type The base class for so-called Doctrine mapping types.