示例#1
0
文件: Move.php 项目: sinfocol/gwf3
 private function switchPriority(GWF_Module $current, GWF_Module $exchange)
 {
     $t = $current->getPriority();
     $current->saveVar('module_priority', $exchange->getPriority());
     $exchange->saveVar('module_priority', $t);
 }