Beispiel #1
0
 /**
  * Get a Title object associated with the talk page of this article
  * @return Title the object for the talk page
  * @access public
  */
 function getTalkPage()
 {
     return Title::makeTitle(Namespac::getTalk($this->getNamespace()), $this->getDBkey());
 }