Meritoo
|
872259e63d
|
[BaseCollection] Treat the null index as "no index" only while adding new element, iow. do not treat empty string as "no index" behaviour
|
2019-09-19 12:33:03 +02:00 |
|
Meritoo
|
a7c39b26ba
|
Rename Collection class to BaseCollection. Add BaseCollection::isValidType() method to validate type of element before add it to collection. Add BaseCollection ::prepareElements() method to allow preparation of elements in custom way.
|
2019-09-18 14:51:09 +02:00 |
|
Meritoo
|
2091adc8d0
|
Collection > trait > return "void" where "self" causes type hinting problem and is not required
|
2019-05-11 00:19:38 +02:00 |
|
Meritoo
|
e75854feee
|
Collection > trait > split into smaller traits (to make it more flexible)
|
2019-05-10 23:48:19 +02:00 |
|