mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-01-17 21:48:59 +01:00
23 lines
505 B
ReStructuredText
23 lines
505 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/README
|
|
Bridge/README
|
|
Composite/README
|
|
DataMapper/README
|
|
Decorator/README
|
|
DependencyInjection/README
|
|
Facade/README
|
|
FluentInterface/README
|
|
Flyweight/README
|
|
Proxy/README
|
|
Registry/README
|
|
|
|
.. __: http://en.wikipedia.org/wiki/Structural_pattern |