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