/**
  * __construct
  *
  * Constructs a loeb object.
  * 
  * @return
  *    Nothing. Use as constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->type = 4;
     $this->opskriftstype = "";
     $this->ingredienser = "";
 }
 /**
  * __construct
  *
  * Constructs a leg object.
  * 
  * @return
  *    Nothing. Use as constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->type = 6;
     $this->place = "";
     $this->materials = "";
     $this->indoor = "";
     $this->outdoor = "";
 }
 /**
  * __construct()
  *
  * Constructs a sketch-object. No data is loaded.
  *
  * @return
  *    Nothing. Use as constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->type = 2;
     $this->scene = "";
     $this->roles = "";
     $this->props = "";
     $this->lines = "";
     $this->audience_min_age = "";
     $this->duration = "";
 }
 /**
  * __construct()
  *
  * Constructs a sketch-object. No data is loaded.
  *
  * @return
  *    Nothing. Use as constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->type = 5;
     $this->bibliotekLinks = "";
     $this->denBlaaKasseLinks = "";
     $this->inspiration = "";
     $this->klasse = "";
     $this->maerkeFil = "";
     $this->maerkeFil_lille = "";
     $this->maalsaetning = "";
     $this->prioritet = "";
     $this->varenummer = "";
 }