X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=blobdiff_plain;f=includes%2Ftitle%2FTitleValue.php;h=3e133006d087fb4b62fc737a202f05d91c789b19;hb=c2fbbc80e6811a44c337c72b382ec77fa04fa38a;hp=597bf2f4ee18e7cd4ab79335856a238725b5a350;hpb=1dd2e07276e1deaf431ddb01c92111038f9e2cd6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/title/TitleValue.php b/includes/title/TitleValue.php index 597bf2f4ee..3e133006d0 100644 --- a/includes/title/TitleValue.php +++ b/includes/title/TitleValue.php @@ -1,6 +1,6 @@ namespace = $namespace; @@ -88,6 +93,7 @@ class TitleValue implements LinkTarget { } /** + * @since 1.23 * @return int */ public function getNamespace() { @@ -104,6 +110,7 @@ class TitleValue implements LinkTarget { } /** + * @since 1.23 * @return string */ public function getFragment() { @@ -121,6 +128,7 @@ class TitleValue implements LinkTarget { /** * Returns the title's DB key, as supplied to the constructor, * without namespace prefix or fragment. + * @since 1.23 * * @return string */ @@ -131,6 +139,7 @@ class TitleValue implements LinkTarget { /** * Returns the title in text form, * without namespace prefix or fragment. + * @since 1.23 * * This is computed from the DB key by replacing any underscores with spaces. * @@ -184,6 +193,7 @@ class TitleValue implements LinkTarget { * Returns a string representation of the title, for logging. This is purely informative * and must not be used programmatically. Use the appropriate TitleFormatter to generate * the correct string representation for a given use. + * @since 1.23 * * @return string */