Index: trunk/phase3/includes/Feed.php |
— | — | @@ -69,15 +69,6 @@ |
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |
73 | | - * Get the last touched timestamp |
74 | | - * |
75 | | - * @return String last-touched timestamp |
76 | | - */ |
77 | | - public function getLastMod() { |
78 | | - return $this->Title->getTouched(); |
79 | | - } |
80 | | - |
81 | | - /** |
82 | 73 | * Encode $string so that it can be safely embedded in a XML document |
83 | 74 | * |
84 | 75 | * @param $string String: string to encode |
— | — | @@ -121,16 +112,6 @@ |
122 | 113 | } |
123 | 114 | |
124 | 115 | /** |
125 | | - * Get the DB prefixed title |
126 | | - * |
127 | | - * @return String the prefixed title, with underscores and |
128 | | - * any interwiki and namespace prefixes |
129 | | - */ |
130 | | - public function getDBPrefixedTitle() { |
131 | | - return $this->Title->getPrefixedDBKey(); |
132 | | - } |
133 | | - |
134 | | - /** |
135 | 116 | * Get the URL of this item; already xml-encoded |
136 | 117 | * |
137 | 118 | * @return String |