Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function getBatchActions()
 {
     if ($this->request && $this->request->get('pcode') == '') {
         return parent::getBatchActions();
     }
     return array();
 }