Example #1
0
 public function modificabileDa(Utente $utente)
 {
     $id = $utente->id;
     return (bool) ($this->referente()->id == $id or $utente->admin() or contiene($this, $utente->gruppiDiCompetenza()));
 }