mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-14 02:44:09 +02:00
Added More pattern UMLs
This commit is contained in:
@@ -10,3 +10,7 @@ To build a chain of objects to handle a call. If one object cannot handle a call
|
||||
* a Spam filter
|
||||
* Caching: first object is an instance of e.g. a Memcached Interface, if that "misses" it delegates the call to the database interface
|
||||
* Yii Framework: CFilterChain is a chain of controller action filters. the executing point is passed from one filter to the next along the chain, and only if all filters say "yes", the action can be invoked at last.
|
||||
|
||||
## UML Diagram
|
||||
|
||||

|
Reference in New Issue
Block a user