initLayout() 보호된 메소드

Initialize the grid layout.
protected initLayout ( )
예제 #1
0
파일: GridView.php 프로젝트: quynhvv/stepup
 protected function initLayout()
 {
     $this->resizeStorageKey = empty($this->resizeStorageKey) ? date('Ymd') : $this->resizeStorageKey;
     parent::initLayout();
 }