Changeset 96 for Dev/trunk/classes/DashboardTool.php
- Timestamp:
- 08/31/11 18:28:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/DashboardTool.php
r75 r96 9 9 { 10 10 private $surveys; 11 private $gamedata; 11 12 12 public function __construct($surveys )13 public function __construct($surveys, $gamedata = null) 13 14 { 14 15 $this->surveys = $surveys; 16 $this->gamedata = $gamedata; 15 17 16 18 $this->init();
Note: See TracChangeset
for help on using the changeset viewer.