Пример #1
0
 protected function _prepareGrid()
 {
     if (!$this->isGridPrepared) {
         parent::_prepareGrid();
         $this->isGridPrepared = true;
     }
     return $this;
 }