Actions
Task #53453
closedFAL -> attributes with getters and setters missing!?
Start date:
2013-11-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Due to the errors I get on the project page "typo3v4-fileabstractionlayer" I'm posting here... I have a question/task concerning the FAL.
I was just wondering about some missing attributes and getters/setters in the File-Model (\TYPO3\CMS\Core\Resource\File).
In \TYPO3\CMS\Core\ext_tables.sql some table-fields for sys_file are defined like 'width', 'height', 'description' and 'alternative', but none of them is used in the File-model or AbstractFile-model itself. E.g. using a file-object in fluid, it's impossible to fetch its description...
Actions