Files
DesignPatternsPHP/Structural/index.rst
2015-04-02 00:16:16 +02:00

20 lines
411 B
ReStructuredText

Structural
==========
In Software Engineering, Structural Design Patterns are Design Patterns
that ease the design by identifying a simple way to realize
relationships between entities.
.. toctree::
:titlesonly:
Adapter/index
Bridge/index
Composite/index
DataMapper/index
Decorator/index
DependencyInjection/index
Facade/index
FluentInterface/index
Proxy/index
Registry/index