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/AnswerConnector.php

    r157 r158  
    4646   
    4747        /**
    48          * Function get()
    49          * Get the answers corresponding to the arguments
    50          * 'Question' argument is supposed to be the question ID
    51          * 'Values' has to be an array to make sure multiple answers can be selected.
     48         * function get()
     49         * @param type $arguments: An array having one or more of the following elements:
     50         * 'uid', 'question', 'values'.
    5251         */
    5352    public function get($arguments)
     
    9998        }
    10099        /**
    101          * Gets the values that belong to the answer
    102          * specified by the UID
     100         * function getValues()
     101         * @param type $uid : The uid of the Answer for which the values should be gotten.
    103102         */
    104103        private function getValues($uid)
     
    127126
    128127    /**
    129      * Saves the answer Object to the RDF file.
    130      * @param type $rToolObject
     128         * function set()
     129     * @param type $rToolObject : The ResearchToolObject to be saved.
    131130     */
    132131    public function set($rToolObject)
Note: See TracChangeset for help on using the changeset viewer.