setPlayer getPlayer renamed in player_set, player_get methods in Table class (brisk...
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 14 Mar 2011 19:43:59 +0000 (20:43 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 14 Mar 2011 19:43:59 +0000 (20:43 +0100)
web/Obj/brisk.phh

index f303170..82a95ce 100644 (file)
@@ -481,12 +481,12 @@ class Table {
     $this->wag_tout = $timeout;
   }
 
-  function getPlayer($idx)
+  function player_get($idx)
   {
     return ($this->player[$idx]);
   }
 
-  function setPlayer($idx, $player)
+  function player_set($idx, $player)
   {
     $this->player[$idx] = $player;
   }