コード例 #1
0
ファイル: Config.php プロジェクト: Nawhal/ProjetPHP
 public static function ajouterErreur($stringErreur)
 {
     self::$tabErreur = $stringErreur;
 }