r91370 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91369‎ | r91370 | r91371 >
Date:10:40, 3 July 2011
Author:mkroetzsch
Status:deferred
Tags:
Comment:
+@todo
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Container.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Container.php
@@ -164,6 +164,9 @@
165165 * objects that this dataitem container object holds. Values that are not
166166 * present are set to null. Note that the first index in the array is
167167 * 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?
168171 *
169172 * @since 1.6
170173 *