コード例 #1
0
ファイル: EventHook.php プロジェクト: icanboogie/event
 /**
  * Detaches the event hook from the events.
  */
 public function detach()
 {
     $this->events->detach($this->type, $this->hook);
 }