From: umherirrender Date: Fri, 24 Jan 2014 21:35:52 +0000 (+0100) Subject: Add hints to two function comments in Title.php X-Git-Tag: 1.31.0-rc.0~17159^2 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=1c1ae05fa2692b03e71566d85e432c8fe09c14d7;p=lhc%2Fweb%2Fwiklou.git Add hints to two function comments in Title.php Change-Id: I47627892c6450396cfb658ddef7617046fdf4209 --- diff --git a/includes/Title.php b/includes/Title.php index 79853dfe83..6942218d16 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -706,6 +706,8 @@ class Title { /** * Get the interwiki prefix * + * Use Title::isExternal to check if a interwiki is set + * * @return String Interwiki prefix */ public function getInterwiki() { @@ -1194,6 +1196,8 @@ class Title { /** * Get the Title fragment (i.e.\ the bit after the #) in text form * + * Use Title::hasFragment to check for a fragment + * * @return String Title fragment */ public function getFragment() {