Example #1
0
File: Corso.php Project: pizar/gaia
 /**
  * Informa se un corso รจ cancellabile da un determianto utente
  * @return bool 
  */
 public function cancellabileDa(Utente $u)
 {
     return (bool) contiene($this, $u->corsiInGestione());
 }