isEnabled() публичный Метод

Return the module activation status
public isEnabled ( ) : boolean
Результат boolean
Пример #1
0
 /**
  * Check that the module is currently enabled
  *
  * @return bool
  */
 public function isEnabled()
 {
     return $this->trackerHelper->isEnabled();
 }