/** * Gets the site object for the game * @return the game site object */ public static function getSite() { if (self::$site == null) { self::$site = Model_Game_Site::getSite(Kohana::config('myshot.key')); } return self::$site; }