merged from master

This commit is contained in:
Antonio Spinelli
2014-04-15 22:07:48 -03:00
14 changed files with 241 additions and 31 deletions

4
Structural/Composite/README.md Normal file → Executable file
View File

@@ -2,11 +2,11 @@
# Purpose
To treat a group of objects the same way as a single instance of the object.
To treat a group of objects the same way as a single instance of the object.
# Examples
* a form class instance handles all its form elements like a single instance of the form, when `render()` is called, it
subsequently runs trough all its child elements and calls `render()` on them
subsequently runs through all its child elements and calls `render()` on them
* `Zend_Config`: a tree of configuration options, each one is a `Zend_Config` object itself