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

Edited the pipelineeditor slightly so it does not error when adding a Survey.

File:
1 edited

Legend:

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

    r149 r157  
    1212    /**
    1313     * Constructor for an Answer object
    14      * @param type $uid
    15      * @param type $question
    16      * @param type $values
     14     * @param type $uid : The uid of the Answer object.
     15     * @param type $question : The Question object this Answer answers.
     16     * @param type $values : An array of strings, containing the answers.
    1717     */
    1818    public function __construct($uid = null, $question = null, $values = null) {
Note: See TracChangeset for help on using the changeset viewer.