Task #9457

Refactor type-conversion into ...Utility\TypeHandling

Added by Sebastian Kurfuerst almost 5 years ago. Updated over 3 years ago.

Status:Rejected Start date:2010-08-25
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

0%

Category:-
Target version:-
Sprint: Has patch:No
PHP Version: Complexity:

Description

At some places througout the code, types are converted from String to specific types.
Example:
Classes/MVC/Controller/Argument.php around line 419.
and in Fluid this is done as well.


Related issues

related to TYPO3.Flow - Bug #9093: UUID generated but object is null Resolved 2010-08-25

History

#1 Updated by Karsten Dambekalns almost 5 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns
  • Target version set to 1.0 alpha 13

#2 Updated by Karsten Dambekalns over 4 years ago

  • Tracker changed from Bug to Task

#3 Updated by Karsten Dambekalns over 4 years ago

  • Status changed from Accepted to Needs Feedback

I cannot find more places where this would obviously be used in Fluid (or elsewhere) aside from the Argument class. Any pointers?

And TypeHandling is static so far, but for object transformation we need at least a property mapper and persistence. I'm open for anything... :)

#4 Updated by Karsten Dambekalns over 4 years ago

  • Target version changed from 1.0 alpha 13 to 1.0 alpha 14

#5 Updated by Karsten Dambekalns almost 4 years ago

  • Target version changed from 1.0 alpha 14 to 1230

#6 Updated by Karsten Dambekalns almost 4 years ago

  • Target version deleted (1230)

#7 Updated by Christian Müller over 3 years ago

  • Status changed from Needs Feedback to Rejected
  • Has patch set to No

It seems to me this is obsolete with the PropertyMapper.

Also available in: Atom PDF