Example #1
0
 public function __construct($action = null, array &$args, Am_Grid_ReadOnly $grid)
 {
     parent::__construct();
     $this->action = $action;
     $this->grid = $grid;
     $this->args = $args;
 }
Example #2
0
 public function __construct($action, Am_Form_Admin_User $form, User $user, $values)
 {
     parent::__construct();
     $this->form = $form;
     $this->action = $action;
     $this->values = $values;
     $this->user = $user;
 }