initLayout() protected méthode

Initialize the grid layout.
protected initLayout ( )
Exemple #1
0
 protected function initLayout()
 {
     $this->resizeStorageKey = empty($this->resizeStorageKey) ? date('Ymd') : $this->resizeStorageKey;
     parent::initLayout();
 }