Index: trunk/phase3/includes/SpecialPageFactory.php |
— | — | @@ -192,7 +192,12 @@ |
193 | 193 | } |
194 | 194 | |
195 | 195 | /** |
196 | | - * @return array |
| 196 | + * Initialise and return the list of special page aliases. Returns an object with |
| 197 | + * properties which can be accessed $obj->pagename - each property is an array of |
| 198 | + * aliases; the first in the array is the cannonical alias. All registered special |
| 199 | + * pages are guaranteed to have a property entry, and for that property array to |
| 200 | + * contain at least one entry (English fallbacks will be added if necessary). |
| 201 | + * @return Object |
197 | 202 | */ |
198 | 203 | static function getAliasList() { |
199 | 204 | if ( !is_object( self::$mAliases ) ) { |