mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 23:16:33 +02:00
create TocTree index
This commit is contained in:
@@ -2,13 +2,13 @@ Composite
|
||||
=========
|
||||
|
||||
Purpose
|
||||
=======
|
||||
-------
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user