diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-02-10 19:09:11 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-02-10 19:09:11 +0100 |
commit | 5dcaa59bdea82f61a90c13e6d5825107bc025a74 (patch) | |
tree | 2ea95a430dbf67ad4c36fc0c7c9be7ee4c4b15bd | |
parent | 3b26954c4428ef427e6602789c236ba925565890 (diff) | |
download | Registry-5dcaa59bdea82f61a90c13e6d5825107bc025a74.zip Registry-5dcaa59bdea82f61a90c13e6d5825107bc025a74.tar.gz Registry-5dcaa59bdea82f61a90c13e6d5825107bc025a74.tar.bz2 |
Translate ID of sections.
-rw-r--r-- | Documentation/Fr/Index.xyl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Fr/Index.xyl b/Documentation/Fr/Index.xyl index 704314c..2ab1150 100644 --- a/Documentation/Fr/Index.xyl +++ b/Documentation/Fr/Index.xyl @@ -19,7 +19,7 @@ registre se comporte comme un tableau PHP avec des clés et des valeurs, c'est à dire comme un <em lang="en">hashmap</em>.</p> - <h2 id="Manipuler_le_registre" for="main-toc">Manipuler le registre</h2> + <h2 id="Manipulate_the_registry" for="main-toc">Manipuler le registre</h2> <p>La classe <code>Hoa\Registry\Registry</code> ne propose que quatre méthodes statiques :</p> @@ -62,7 +62,7 @@ var_dump(Hoa\Registry\Registry::isRegistered('foo')); <p>C'est aussi simple que ça. Le registre ne vit que durant une exécution. Il est accessible <strong>globalement</strong> depuis partout.</p> - <h2 id="Integration_au_protocole_hoa" for="main-toc">Intégration au protocole + <h2 id="Integration_to_the_hoa_protocol" for="main-toc">Intégration au protocole <code>hoa://</code></h2> <p>Le protocole <code>hoa://</code> permet d'<strong>abstraire</strong> des |