mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-12 09:54:09 +02:00
removed old examples
This commit is contained in:
@@ -10,12 +10,6 @@ abstract factory pattern is that the static factory pattern uses just
|
||||
one static method to create all types of objects it can create. It is
|
||||
usually named ``factory`` or ``build``.
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
- Zend Framework: ``Zend_Cache_Backend`` or ``_Frontend`` use a factory
|
||||
method to create cache backends and frontends
|
||||
|
||||
UML Diagram
|
||||
-----------
|
||||
|
||||
|
Reference in New Issue
Block a user