Exemple #1
0
 /**
  * @param Hexa $hexa
  * @return bool
  */
 public static function hexaAutoriseDemarrage(Hexa $hexa)
 {
     return !in_array($hexa->getTypeTerrain(), self::$typesInterditsDemarrage);
 }