예제 #1
0
 public function storeRelatedTopicsInDB($relatedTopicURLs)
 {
     $rp = new WallRelatedPages();
     $rp->setWithURLs($this->getId(), $relatedTopicURLs);
 }
예제 #2
0
 public function storeRelatedTopicsInDB($relatedTopicURLs)
 {
     wfRunHooks('WallBeforeStoreRelatedTopicsInDB', array($this->getTopParentId(), $this->getTitle()->getArticleId(), $this->getTitle()->getNamespace()));
     $rp = new WallRelatedPages();
     $rp->setWithURLs($this->getId(), $relatedTopicURLs);
     wfRunHooks('WallAfterStoreRelatedTopicsInDB', array($this->getTopParentId(), $this->getTitle()->getArticleId(), $this->getTitle()->getNamespace()));
 }