Index: trunk/extensions/SemanticDrilldown/languages/SD_Language.php |
— | — | @@ -52,14 +52,14 @@ |
53 | 53 | /** |
54 | 54 | * Function that returns the labels for the special properties. |
55 | 55 | */ |
56 | | - function getSpecialPropertiesArray() { |
| 56 | + function getPropertyLabels() { |
57 | 57 | return $this->m_SpecialProperties; |
58 | 58 | } |
59 | 59 | |
60 | 60 | /** |
61 | 61 | * Aliases for special properties, if any. |
62 | 62 | */ |
63 | | - function getSpecialPropertyAliases() { |
| 63 | + function getPropertyAliases() { |
64 | 64 | return $this->m_SpecialPropertyAliases; |
65 | 65 | } |
66 | 66 | |