Index: trunk/extensions/SemanticForms/languages/SF_Language.php |
— | — | @@ -43,14 +43,14 @@ |
44 | 44 | /** |
45 | 45 | * Function that returns the labels for the special properties. |
46 | 46 | */ |
47 | | - function getSpecialPropertiesArray() { |
| 47 | + function getPropertyLabels() { |
48 | 48 | return $this->m_SpecialProperties; |
49 | 49 | } |
50 | 50 | |
51 | 51 | /** |
52 | 52 | * Aliases for special properties, if any. |
53 | 53 | */ |
54 | | - function getSpecialPropertyAliases() { |
| 54 | + function getPropertyAliases() { |
55 | 55 | return $this->m_SpecialPropertyAliases; |
56 | 56 | } |
57 | 57 | |