Task #9457
Refactor type-conversion into ...Utility\TypeHandling
| Status: | Rejected | Start date: | 2010-08-25 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Sprint: | Has patch: | No | ||
| PHP Version: | Complexity: | |||
| Votes: | 0 |
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
Updated by Karsten Dambekalns over 2 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
- Target version set to 1.0 alpha 13
Updated by Karsten Dambekalns over 2 years ago
- Tracker changed from Bug to Task
Updated by Karsten Dambekalns over 2 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... :)
Updated by Karsten Dambekalns over 2 years ago
- Target version changed from 1.0 alpha 13 to 1.0 alpha 14
Updated by Karsten Dambekalns over 1 year ago
- Target version changed from 1.0 alpha 14 to 1230
Updated by Karsten Dambekalns over 1 year ago
- Target version deleted (
1230)
Updated by Christian Mueller about 1 year ago
- Status changed from Needs Feedback to Rejected
- Has patch set to No
It seems to me this is obsolete with the PropertyMapper.