/**
  * The class constructor method.
  */
 function __construct()
 {
     parent::__construct();
     $this->temporary = true;
 }
 /**
  * The class constructor method.
  */
 function __construct()
 {
     parent::__construct();
 }