24 define (
"CONTINUE_YES", 
"1");
 
   25 define (
"CONTINUE_NO", 
"2");
 
   47                 $this->setvar = array();
 
   48                 $this->displayfeedback = array();
 
   53                 switch (strtolower($a_continue))
 
   73                 $this->title = $a_title;
 
   83                 $this->comment = $a_comment;
 
   93                 $this->conditionvar = $a_conditionvar;
 
  103                 $this->respcond_extension = $a_respcond_extension;
 
  113                 array_push($this->setvar, $a_setvar);
 
  118                 array_push($this->displayfeedback, $a_displayfeedback);