Data structures in TYPO3 core
TYPO3
Show in appDescription
Classes for data structures, e.g., the BitSet and Enumeration class, and their usage.
Goals
- I can decide in which cases to use the BitSet class, can explain the drawbacks and know how to use it properly.
- I understand how bit sets work in general.
- I know the use cases of the Enumeration class and the patterns to use for it.
- I know the use case of the TypeInterface and how to use it.
Maintainer
Andreas Wolf