Ejemplo n.º 1
0
 /**
  * __construct
  */
 public function __construct()
 {
     parent::__construct();
     $this->docs = new Docs($this->config->dir_root . '/data/analyzers.sqlite');
     $this->timesToFix = $this->docs->getTimesToFix();
     $this->themesForAnalyzer = $this->docs->getThemesForAnalyzer();
     $this->severities = $this->docs->getSeverities();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
 }