mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 22:09:23 +02:00
20 lines
411 B
ReStructuredText
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 |