initLayout() protected method

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