PHP 인터페이스 Neos\Flow\Property\TypeConverter\MediaTypeConverterInterface

To extend the default media type conversion of HTTP requests, this interface can be implemented by a custom TypeConverter and then set as default implementation via Objects.yaml: 'Neos\Flow\Property\TypeConverter\MediaTypeConverterInterface'.className: Some\Custom\TypeConverter
상속: extends Neos\Flow\Property\TypeConverterInterface
파일 보기 프로젝트 열기: neos/flow-development-collection