Ignore:
Timestamp:
10/24/11 17:00:07 (14 years ago)
Author:
jkraaijeveld
Message:

Started work on Answer and AnswerConnector?.

note to self: (Session -> AnswerSet? (SurveyId?, Respondent, Answer*)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/jos-branch/classes/Respondent.php

    r140 r141  
    1010   public $password;
    1111   
     12   /**
     13    * Constructor for a Respondent object
     14    * @param type $uid
     15    * @param type $name
     16    * @param type $password
     17    */
    1218   public function __construct($uid = null, $name = null, $password = null) {
    1319      if(!isset($uid))
Note: See TracChangeset for help on using the changeset viewer.