コード例 #1
0
 /**
  * Get the group that the special page belongs in on Special:SpecialPage
  *
  * @param SpecialPage $page
  * @return string
  * @deprecated since 1.21 Use SpecialPage::getFinalGroupName
  */
 public static function getGroup(&$page)
 {
     wfDeprecated(__METHOD__, '1.21');
     return $page->getFinalGroupName();
 }