mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 01:32:22 +01:00
21 lines
422 B
ReStructuredText
21 lines
422 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
|
|
Proxy/README
|
|
Registry/README
|