Ejemplo n.º 1
0
 /**
  * get the available articoli for all the emendamenti of the atto
  *
  * @return array of String
  * @author Guglielmo Celata
  */
 public function getAvailableEmendamentiArticles()
 {
     return OppEmendamentoPeer::getAvailableArticles($this);
 }