Example #1
0
 public function save()
 {
     $this->validate();
     parent::save();
     $this->_dataWorker->setValue('idUser', $this->getUser()->getId());
     $this->_dataWorker->save();
     $this->__refreshCache();
 }