PHP Neos\Flow\Property Пространство имен

Пространства имен

Neos\Flow\Property\Exception
Neos\Flow\Property\TypeConverter

Interfaces

Имя Описание
PropertyMappingConfigurationInterface Configuration object for the property mapper. This interface specifies all methods which are used by the property mapper and by the type converters during the conversion process. Thus, this interface does only contain read-only methods, and no methods to set any of these options.
TypeConverterInterface Interface for type converters, which can convert from a simple type to an object or another simple type.

Классы

Имя Описание
Exception An generic Property related exception
PropertyMapper The Property Mapper transforms simple types (arrays, strings, integers, floats, booleans) to objects or other simple types.
PropertyMappingConfiguration Concrete configuration object for the PropertyMapper.
PropertyMappingConfigurationBuilder This builder creates the default configuration for Property Mapping, if no configuration has been passed to the Property Mapper.