removed ...Interface suffix and added 2nd service to Bridge example

This commit is contained in:
Dominik Liebler
2018-11-06 20:33:42 +01:00
parent b0ac02f01e
commit 617754573c
12 changed files with 145 additions and 659 deletions

View File

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