init() protected method

protected init ( )
Example #1
0
 protected function init()
 {
     parent::init();
     $this->dimension = new Website();
     $this->name = Piwik::translate('General_SingleWebsitesDashboard');
     $this->documentation = '';
     // TODO
     $this->constantRowsCount = false;
     $this->order = 5;
 }