Example #1
0
 public function __construct()
 {
     $user = $GLOBALS["STEAM"]->get_current_steam_user();
     parent::__construct($user->get_attribute('USER_BOOKMARKROOM'));
 }
Example #2
0
 public function __construct()
 {
     $user = $GLOBALS["STEAM"]->get_current_steam_user();
     parent::__construct($user->get_workroom());
 }