uid = $uid; $this->name = $name; $this->password = $password; } /** * function evaluate() * Evaluates all the references of this object. */ public function evaluate() { //Do nothing. } } ?>