Index: trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Container.php |
— | — | @@ -164,6 +164,9 @@ |
165 | 165 | * objects that this dataitem container object holds. Values that are not |
166 | 166 | * present are set to null. Note that the first index in the array is |
167 | 167 | * 0, not 1. |
| 168 | + * |
| 169 | + * @todo Should this not rather be a method of SMWSemanticData? Or even |
| 170 | + * of SMWRecordValue as the currently only class that takes such a view? |
168 | 171 | * |
169 | 172 | * @since 1.6 |
170 | 173 | * |