예제 #1
0
파일: Signal.php 프로젝트: Nik-ADA/icicle
 /**
  * @return bool
  */
 public function isEnabled() : bool
 {
     return $this->manager->isEnabled($this);
 }