Esempio n. 1
0
 /**
  * Frees as much memory that has been used by this object as possible.
  */
 public function __destruct()
 {
     unset($this->configGetter, $this->seminar, $this->registration, $this->feuser, $this->listViewHooks, $this->singleViewHooks, $this->feuser, $this->linkBuilder);
     $this->listViewHooksHaveBeenRetrieved = FALSE;
     $this->singleViewHooksHaveBeenRetrieved = FALSE;
     parent::__destruct();
 }
Esempio n. 2
0
 /**
  * Frees as much memory that has been used by this object as possible.
  */
 public function __destruct()
 {
     parent::__destruct();
 }
 /**
  * Frees as much memory that has been used by this object as possible.
  */
 public function __destruct()
 {
     unset($this->registration, $this->linkBuilder);
     $this->hooks = array();
     parent::__destruct();
 }
Esempio n. 4
0
 /**
  * The destructor.
  */
 public function __destruct()
 {
     unset($this->charsetConversion);
     parent::__destruct();
 }