@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | * the provided name is not allowed. An object is returned |
72 | 72 | * in any case. |
73 | 73 | * |
74 | - * @param string $propertyName |
|
74 | + * @param string $propertyLabel |
|
75 | 75 | * |
76 | 76 | * @return SMWPropertyValue |
77 | 77 | */ |
@@ -192,6 +192,9 @@ discard block |
||
192 | 192 | } |
193 | 193 | } |
194 | 194 | |
195 | + /** |
|
196 | + * @param boolean $isinverse |
|
197 | + */ |
|
195 | 198 | public function setInverse( $isinverse ) { |
196 | 199 | return $this->m_dataitem = new SMWDIProperty( $this->m_dataitem->getKey(), ( $isinverse == true ) ); |
197 | 200 | } |
@@ -319,6 +322,7 @@ discard block |
||
319 | 322 | |
320 | 323 | /** |
321 | 324 | * Create special highlighting for hinting at special properties. |
325 | + * @param string $text |
|
322 | 326 | */ |
323 | 327 | protected function highlightText( $text, $linker = null ) { |
324 | 328 |
@@ -119,6 +119,7 @@ discard block |
||
119 | 119 | |
120 | 120 | /** |
121 | 121 | * @since 2.4 |
122 | + * @param string $msgKey |
|
122 | 123 | */ |
123 | 124 | protected function getNavigationLinks( $msgKey, array $diWikiPages, $default = 50 ) { |
124 | 125 | global $wgRequest; |
@@ -178,7 +179,7 @@ discard block |
||
178 | 179 | * If the method returns false, nothing will be printed besides |
179 | 180 | * the original article. |
180 | 181 | * |
181 | - * @return true |
|
182 | + * @return boolean |
|
182 | 183 | */ |
183 | 184 | protected function initParameters() { |
184 | 185 | $this->limit = 20; |