/**
  * Frees as much memory that has been used by this object as possible.
  */
 public function __destruct()
 {
     unset($this->topic);
     parent::__destruct();
 }