mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-12 01:44:09 +02:00
removed ...Interface suffix and added 2nd service to Bridge example
This commit is contained in:
@@ -25,9 +25,9 @@ Code
|
||||
|
||||
You can also find this code on `GitHub`_
|
||||
|
||||
FormatterInterface.php
|
||||
Formatter.php
|
||||
|
||||
.. literalinclude:: FormatterInterface.php
|
||||
.. literalinclude:: Formatter.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
@@ -55,6 +55,12 @@ HelloWorldService.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
PingService.php
|
||||
|
||||
.. literalinclude:: PingService.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
Test
|
||||
----
|
||||
|
||||
|
Reference in New Issue
Block a user