Example #1
0
 /**
  * updates $whatsnew array based on the values from the db.
  *
  * @author giorgio
  *
  */
 public function updateWhatsNew()
 {
     $this->whatsnew = MultiPort::update_new_nodes_in_session($this);
 }