Exemplo n.º 1
0
 /**
  * Checks if 
  * @param $method
  * @param array $params
  * @return mixed|null
  */
 public function __call($method, $params = array())
 {
     unset($method, $params);
     $config = b8\Config::getInstance();
     $state = (bool) $config->get('phpci.authentication_settings.state', false);
     return false !== $state;
 }