Ignore:
Timestamp:
11/07/11 16:54:41 (13 years ago)
Author:
jkraaijeveld
Message:

Finished DatabaseInterface? v0.1? I hate version numbering.

File:
1 edited

Legend:

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

    r138 r148  
    1212    public $questions;
    1313   
    14     public function __construct($uid = null, $title = null, $description = null, $questions = null) {
     14    public function __construct($uid = null, $title = null, $description = null, $creator = null, $questions = null) {
    1515        if(!isset($uid))
    1616        {
     
    1919        $this->uid = $uid;
    2020        $this->title = $title;
    21         $this->description = $description;
     21                $this->description = $description;
     22                $this->creator = $creator;
    2223        $this->questions = $questions;
    2324    }
Note: See TracChangeset for help on using the changeset viewer.