diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-05-14 09:24:12 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-05-14 09:24:12 +0200 |
commit | 502873b049b5ff0fa2b9e2096df88b534faffab3 (patch) | |
tree | 73bcc20b3e50a3ea99ca7128daf45a7691d2c323 | |
parent | 00f82fd8b1603fd9fb7eb5093be4ea8b188f5dd3 (diff) | |
download | Registry-502873b049b5ff0fa2b9e2096df88b534faffab3.zip Registry-502873b049b5ff0fa2b9e2096df88b534faffab3.tar.gz Registry-502873b049b5ff0fa2b9e2096df88b534faffab3.tar.bz2 |
Polish.
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -5,11 +5,14 @@ Moreover, Hoa aims at being a bridge between industrial and research worlds. # Hoa\Registry  -This library offers a static registry that stores key/value combinations. Any kind of PHP variable can be stored: an array, an object, a resource, etc.. +This library offers a static registry that stores key/value combinations. Any +kind of PHP variable can be stored: an array, an object, a resource… ## Quick usage -As a quick example, we set an entry and retrieve it. The retrieval can be done with a static method on the `Hoa\Registry\Registry` class and also using the `hoa://` protocol. +As a quick example, we set an entry and retrieve it. The retrieval can be done +with a static method on the `Hoa\Registry\Registry` class and also using the +`hoa://` protocol. Hoa\Register\Registry::set('foo', 'bar'); var_dump( |