예제 #1
0
파일: Config.php 프로젝트: Nawhal/ProjetPHP
 public static function ajouterErreur($stringErreur)
 {
     self::$tabErreur = $stringErreur;
 }