Example #1
0
 function player_groups($pReload = FALSE)
 {
     if ($pReload || is_null($this->_groups)) {
         // process
         $this->_groups = Ultimatum_Model_Ultgamegroups::for_player($this, $pRoot);
     }
     return $this->_groups;
 }