예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_atom = new PubsubAtom();
 }
예제 #2
0
파일: ListGet.php 프로젝트: Hywan/moxl
 public function errorItemNotFound($stanza)
 {
     parent::errorItemNotFound($stanza);
     $evt = new \Event();
     $evt->runEvent('groupsubscribedlist', array());
 }