Esempio n. 1
0
 /**
  * Add action to be executed on the grid
  */
 public function actionAdd(Am_Grid_Action_Abstract $action)
 {
     $this->actions[$action->getId()] = $action;
     $action->setGrid($this);
     return $action;
 }