]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 f30317043dab54a1be4d438f5391096e3a012ce5..82a95ce3ac650631139b6b6b0cab623119087564 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;
   }