r44398 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44397‎ | r44398 | r44399 >
Date:15:22, 10 December 2008
Author:yaron
Status:deferred
Tags:
Comment:
Changed function names to be in line with SMW's
Modified paths:
  • /trunk/extensions/SemanticForms/languages/SF_Language.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/languages/SF_Language.php
@@ -43,14 +43,14 @@
4444 /**
4545 * Function that returns the labels for the special properties.
4646 */
47 - function getSpecialPropertiesArray() {
 47+ function getPropertyLabels() {
4848 return $this->m_SpecialProperties;
4949 }
5050
5151 /**
5252 * Aliases for special properties, if any.
5353 */
54 - function getSpecialPropertyAliases() {
 54+ function getPropertyAliases() {
5555 return $this->m_SpecialPropertyAliases;
5656 }
5757

Status & tagging log