PHP 클래스 Neos\Flow\Mvc\Controller\MvcPropertyMappingConfiguration

상속: extends Neos\Flow\Property\PropertyMappingConfiguration
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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.

메소드 상세

allowCreationForSubProperty() 공개 메소드

Allow creation of a certain sub property
public allowCreationForSubProperty ( string $propertyPath ) : MvcPropertyMappingConfiguration
$propertyPath string
리턴 MvcPropertyMappingConfiguration this

allowModificationForSubProperty() 공개 메소드

Allow modification for a given property path
public allowModificationForSubProperty ( string $propertyPath ) : MvcPropertyMappingConfiguration
$propertyPath string
리턴 MvcPropertyMappingConfiguration this

allowOverrideTargetType() 공개 메소드

Allow override of the target type through a special "__type" parameter
public allowOverrideTargetType ( ) : MvcPropertyMappingConfiguration
리턴 MvcPropertyMappingConfiguration this

setTargetTypeForSubProperty() 공개 메소드

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.
public setTargetTypeForSubProperty ( string $propertyPath, string $targetType ) : MvcPropertyMappingConfiguration
$propertyPath string
$targetType string
리턴 MvcPropertyMappingConfiguration this