Ignore:
Timestamp:
11/18/11 11:07:07 (13 years ago)
Author:
jkraaijeveld
Message:

Refactored queries / cleaned up some code.

File:
1 edited

Legend:

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

    r149 r158  
    4444
    4545        /**
    46          * Get the AnswerSets corresponding to the arguments
    47          * Arguments can be one or more of the following:
    48          * uid, survey, respondent, answers
    49          * Where answers is an array of answer ids
     46         * function get()
     47         * @param type $arguments : An array having one ore more of the following elements:
     48         * 'uid', 'survey', 'respondent', 'answers'.
    5049         */
    5150        public function get($arguments)
     
    102101        /**
    103102         * function getAnswers()
    104          * Gets the answers corresponding to the given answerset uid
     103         * @param type $uid : the uid for which the answers should be retrieved.
    105104         */
    106105        private function getAnswers($uid)
     
    130129
    131130        /**
    132          * Save the given AnswerSet in the file.
    133          * @param type $rToolObject
     131         * function set()
     132         * @param type $rToolObject : The ResearchToolObject to be saved.
    134133         */
    135134        public function set($rToolObject)
Note: See TracChangeset for help on using the changeset viewer.