Merge "Add LinkTarget interface"
[lhc/web/wiklou.git] / includes / Title.php
index 882b7dd..7ec017f 100644 (file)
@@ -30,7 +30,7 @@
  * @note Consider using a TitleValue object instead. TitleValue is more lightweight
  *       and does not rely on global state or the database.
  */
-class Title {
+class Title implements LinkTarget {
        /** @var HashBagOStuff */
        static private $titleCache = null;