Example #1
0
 /**
  * Execute the action
  */
 public function execute()
 {
     parent::execute();
     //--Export users
     BackendMailengineModel::exportDemo();
 }