Beispiel #1
0
 /**
  * Could this title have a corresponding talk page?
  * @return bool
  */
 function canTalk()
 {
     return Namespac::canTalk($this->mNamespace);
 }