示例#1
0
文件: events.php 项目: poef/ariadne
 public function remove()
 {
     if (isset($this->id)) {
         ar_events::removeListener($this->name, $this->path, $this->capture, $this->id);
     }
 }