예제 #1
0
파일: Signal.php 프로젝트: Nik-ADA/icicle
 /**
  * Enables listening for signals to arrive.
  */
 public function enable()
 {
     $this->manager->enable($this);
     if ($this->referenced) {
         $this->manager->reference($this);
     }
 }