removed old examples

This commit is contained in:
Dominik Liebler
2019-08-17 22:27:24 +02:00
parent 6d1cc1dab9
commit 78ffb07d9c
99 changed files with 11 additions and 801 deletions

View File

@@ -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
-----------