Documentation > Value Objects

This commit is contained in:
Meritoo
2018-07-02 21:22:29 +02:00
parent cc30ad8d9e
commit a448d592d2
8 changed files with 63 additions and 1 deletions

View File

@@ -46,5 +46,6 @@ var_dump($simpleCollection->has('dolor')); // bool(true)
2. [**Collection of elements**](Collection-of-elements.md)
3. [Exceptions](Exceptions.md)
4. [Static methods](Static-methods.md)
5. [Value Objects](Value-Objects.md)
[‹ Back to `Readme`](../README.md)