Наследование: extends Reports
Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->themes = Analyzer::getThemeAnalyzers('ZendFramework');
     $this->themesList = '("' . implode('", "', $this->themes) . '")';
 }