예제 #1
0
 /**
  * get the available distinct presentatori for all the emendamenti of the atto
  *
  * @return hash of type {id => presenter}
  * @author Guglielmo Celata
  */
 public function getAvailableEmendamentiPresenters()
 {
     return OppEmendamentoPeer::getAvailablePresenters($this);
 }