Index: trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_OrderedListPage.php |
— | — | @@ -45,6 +45,8 @@ |
46 | 46 | /** |
47 | 47 | * Property that the displayed values are for, if any. |
48 | 48 | * |
| 49 | + * @since 1.6 |
| 50 | + * |
49 | 51 | * @var SMWDIProperty |
50 | 52 | */ |
51 | 53 | protected $mProperty = null; |
— | — | @@ -108,6 +110,8 @@ |
109 | 111 | /** |
110 | 112 | * Like Article's getTitle(), but returning a suitable SMWDIWikiPage. |
111 | 113 | * |
| 114 | + * @since 1.6 |
| 115 | + * |
112 | 116 | * @return SMWDIWikiPage |
113 | 117 | */ |
114 | 118 | protected function getDataItem() { |