Exemple #1
0
 /**
  * Initialize review
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setRowClickCallback('review.gridRowClick');
     $this->setUseAjax(true);
 }