예제 #1
0
파일: Gruppo.php 프로젝트: pizar/gaia
 public function modificabileDa(Utente $utente)
 {
     $id = $utente->id;
     return (bool) ($this->referente()->id == $id or $utente->admin() or contiene($this, $utente->gruppiDiCompetenza()));
 }