Пример #1
0
 function __construct()
 {
     $this->Name = "ecc-hist";
     $this->Title = TITLE_eccHistogram;
     $this->viewName = "ecc-view";
     $this->agentName = "ecc";
     parent::__construct();
 }
Пример #2
0
 function __construct()
 {
     $this->Name = "copyright-hist";
     $this->Title = TITLE_copyrightHistogram;
     $this->viewName = "copyright-view";
     $this->agentName = "copyright";
     parent::__construct();
 }