Neos\Flow\Mvc\Controller\MvcPropertyMappingConfiguration::allowOverrideTargetType PHP 메소드

allowOverrideTargetType() 공개 메소드

Allow override of the target type through a special "__type" parameter
public allowOverrideTargetType ( ) : MvcPropertyMappingConfiguration
리턴 MvcPropertyMappingConfiguration this
    public function allowOverrideTargetType()
    {
        $this->setTypeConverterOption(PersistentObjectConverter::class, PersistentObjectConverter::CONFIGURATION_OVERRIDE_TARGET_TYPE_ALLOWED, true);
        return $this;
    }