Пример #1
0
 public function executeSetDeclined()
 {
     $proposal = ProjectApplicationPeer::retrieveByPK($this->getRequestParameter('id'));
     $proposal->setDeclined();
     $this->redirect($this->getRequest()->getReferer());
 }