コード例 #1
0
ファイル: CommentPublish.php プロジェクト: movim/moxl
 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());
 }