Example #1
0
 /**
  * Execute the action
  */
 public function execute()
 {
     parent::execute();
     //--Get the id
     $id = \SpoonFilter::getGetValue('id', null, 0);
     //--Export users
     BackendMailengineModel::exportUsers($id);
 }