Exemplo n.º 1
0
 /**
  * Frees as much memory that has been used by this object as possible.
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->mapper, $this->viewHelper);
 }
Exemplo n.º 2
0
 /**
  * The destructor.
  */
 public function __destruct()
 {
     unset($this->seminar);
     parent::__destruct();
 }
Exemplo n.º 3
0
 /**
  * Frees as much memory that has been used by this object as possible.
  */
 public function __destruct()
 {
     unset($this->mapper);
     parent::__destruct();
 }
Exemplo n.º 4
0
 /**
  * Frees as much memory that has been used by this object as possible.
  */
 public function __destruct()
 {
     unset($this->formCreator);
     parent::__destruct();
 }
Exemplo n.º 5
0
 /**
  * The destructor.
  */
 public function __destruct()
 {
     unset($this->linkBuilder, $this->event);
     parent::__destruct();
 }
Exemplo n.º 6
0
 /**
  * Frees as much memory that has been used by this object as possible.
  */
 public function __destruct()
 {
     unset($this->seminarBag, $this->places, $this->staticInfo);
     parent::__destruct();
 }