removed ...Interface suffix and added method to interface

This commit is contained in:
Dominik Liebler
2018-11-06 20:18:30 +01:00
parent 9910fdf111
commit b0ac02f01e
9 changed files with 136 additions and 260 deletions

View File

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