コード例 #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();
 }
コード例 #2
0
ファイル: AbstractView.php プロジェクト: Konafets/seminars
 /**
  * Frees as much memory that has been used by this object as possible.
  */
 public function __destruct()
 {
     parent::__destruct();
 }
コード例 #3
0
 /**
  * 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();
 }
コード例 #4
0
ファイル: Abstract.php プロジェクト: Konafets/seminars
 /**
  * The destructor.
  */
 public function __destruct()
 {
     unset($this->charsetConversion);
     parent::__destruct();
 }