mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 13:37:27 +02:00
added new example for Composite pattern
This commit is contained in:
@@ -11,6 +11,7 @@ namespace DesignPatterns;
|
||||
* Example:
|
||||
* - 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
|
||||
* - Zend_Config: a tree of configuration options, each one is a Zend_Config object
|
||||
*
|
||||
*/
|
||||
class Form
|
||||
|
Reference in New Issue
Block a user