Index: trunk/extensions/DataTransfer/languages/DT_Language.php |
— | — | @@ -21,14 +21,14 @@ |
22 | 22 | /** |
23 | 23 | * Function that returns the labels for the special properties. |
24 | 24 | */ |
25 | | - function getSpecialPropertiesArray() { |
| 25 | + function getPropertyLabels() { |
26 | 26 | return $this->m_SpecialProperties; |
27 | 27 | } |
28 | 28 | |
29 | 29 | /** |
30 | 30 | * Aliases for special properties, if any. |
31 | 31 | */ |
32 | | - function getSpecialPropertyAliases() { |
| 32 | + function getPropertyAliases() { |
33 | 33 | return $this->m_SpecialPropertyAliases; |
34 | 34 | } |
35 | 35 | } |