Méthode |
Description |
|
allowCreationForSubProperty ( string $propertyPath ) : MvcPropertyMappingConfiguration |
Allow creation of a certain sub property |
|
allowModificationForSubProperty ( string $propertyPath ) : MvcPropertyMappingConfiguration |
Allow modification for a given property path |
|
allowOverrideTargetType ( ) : MvcPropertyMappingConfiguration |
Allow override of the target type through a special "__type" parameter |
|
setTargetTypeForSubProperty ( string $propertyPath, string $targetType ) : MvcPropertyMappingConfiguration |
Set the target type for a certain property. Especially useful
if there is an object which has a nested object which is abstract,
and you want to instantiate a concrete object instead. |
|