Project

General

Profile

Bug #78270

Updated by Nicole Cordes over 7 years ago

Requirements to reproduce: 

 1) Fluid template with f:cObject and an object as data usage 
 <f:cObject typoscriptObjectPath="lib.someLibObject" data="{object}" date="{object}" /> 

 2) Object has an property which is annotated as DateTimeZone object 

 Expected result: 
 The object should be converted into an array typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:135 

 Actual result: 
 A warning is triggered because DateTimeZone::getOffset needs a parameter 

 Currently Extbase slightly require a getter method without any parameter. But it can happen that on some objects even the "magic" methods have parameter.

Back