getArticleID(); } return $title->getId( $this->getWikiId() ); } /** * Get the ID of the wiki this revision belongs to. * * @return string|false The wiki's logical name, of false to indicate the local wiki. */ abstract protected function getWikiId(); }