mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-23 09:12:34 +01:00
25 lines
612 B
ReStructuredText
25 lines
612 B
ReStructuredText
`Behavioral`__
|
|
==============
|
|
|
|
In software engineering, behavioral design patterns are design patterns
|
|
that identify common communication patterns between objects and realize
|
|
these patterns. By doing so, these patterns increase flexibility in
|
|
carrying out this communication.
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
ChainOfResponsibilities/README
|
|
Command/README
|
|
Iterator/README
|
|
Mediator/README
|
|
Memento/README
|
|
NullObject/README
|
|
Observer/README
|
|
Specification/README
|
|
State/README
|
|
Strategy/README
|
|
TemplateMethod/README
|
|
Visitor/README
|
|
|
|
.. __: http://en.wikipedia.org/wiki/Behavioral_pattern |