public function init()
 {
     parent::init();
     $this->initCacheValidityTimes();
     $this->initFormat();
     $this->initModel();
     $this->initVertical();
     $this->initVerticalSettings();
 }