mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-11 17:34:09 +02:00
removed ...Interface suffix and added method to interface
This commit is contained in:
@@ -14,7 +14,7 @@ Examples
|
||||
--------
|
||||
|
||||
- Zend Framework: ``Zend_Cache_Backend`` or ``_Frontend`` use a factory
|
||||
method create cache backends or frontends
|
||||
method to create cache backends and frontends
|
||||
|
||||
UML Diagram
|
||||
-----------
|
||||
@@ -34,9 +34,9 @@ StaticFactory.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
FormatterInterface.php
|
||||
Formatter.php
|
||||
|
||||
.. literalinclude:: FormatterInterface.php
|
||||
.. literalinclude:: Formatter.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
|
Reference in New Issue
Block a user