Index: trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_URI.php |
— | — | @@ -65,6 +65,7 @@ |
66 | 66 | return SMWDataItem::TYPE_URI; |
67 | 67 | } |
68 | 68 | |
| 69 | + /// @todo This should be changed to the spelling getUri(). |
69 | 70 | public function getURI() { |
70 | 71 | return $this->m_scheme . ':' . $this->m_hierpart . |
71 | 72 | ( $this->m_query ? '?' . $this->m_query : '' ) . |