示例#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());
 }