Ignore:
Timestamp:
09/01/11 14:24:04 (14 years ago)
Author:
fpvanagthoven
Message:

DashboardTool? structure stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/SurveyResults.php

    r75 r97  
    4343{
    4444        private $type;
    45         private $answers; // array
     45        public $answers; // array
    4646
    4747        public function __construct($type, $answers)
     
    5050                $this->answers = $answers;
    5151        }
     52       
     53        public function getType()
     54        {
     55            return $this->type;
     56        }
    5257}
    5358
Note: See TracChangeset for help on using the changeset viewer.