X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftitle%2FTitleFormatter.php;h=5177606fcfea9e5eed073b8aa51437acdf3c6b40;hb=26ca77b85d3e6e54aea1418ffc196f0b6dc62e1c;hp=c081129e27701a7d922e49083ecc8dd44f6b83ab;hpb=3114b22f29683855ac133d55b085cb12286870d6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/title/TitleFormatter.php b/includes/title/TitleFormatter.php index c081129e27..5177606fcf 100644 --- a/includes/title/TitleFormatter.php +++ b/includes/title/TitleFormatter.php @@ -68,6 +68,18 @@ interface TitleFormatter { */ public function getPrefixedText( LinkTarget $title ); + /** + * Return the title in prefixed database key form, with interwiki + * and namespace. + * + * @since 1.27 + * + * @param LinkTarget $target + * + * @return string + */ + public function getPrefixedDBkey( LinkTarget $target ); + /** * Returns the title formatted for display, with namespace and fragment. *