Exemplo n.º 1
0
 /**
  * Ottiene i comitati nelle vicinanze
  * @return Comitato     array di comitati
  */
 public function comitati()
 {
     return array_merge(Comitato::contenutiIn($this), Locale::contenutiIn($this), Provinciale::contenutiIn($this));
 }