mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-14 10:54:41 +02:00
PHP7 Bridge
This commit is contained in:
@@ -25,39 +25,33 @@ Code
|
||||
|
||||
You can also find these code on `GitHub`_
|
||||
|
||||
Workshop.php
|
||||
FormatterInterface.php
|
||||
|
||||
.. literalinclude:: Workshop.php
|
||||
.. literalinclude:: FormatterInterface.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
Assemble.php
|
||||
PlainTextFormatter.php
|
||||
|
||||
.. literalinclude:: Assemble.php
|
||||
.. literalinclude:: PlainTextFormatter.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
Produce.php
|
||||
HtmlFormatter.php
|
||||
|
||||
.. literalinclude:: Produce.php
|
||||
.. literalinclude:: HtmlFormatter.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
Vehicle.php
|
||||
Service.php
|
||||
|
||||
.. literalinclude:: Vehicle.php
|
||||
.. literalinclude:: Service.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
Motorcycle.php
|
||||
HelloWorldService.php
|
||||
|
||||
.. literalinclude:: Motorcycle.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
Car.php
|
||||
|
||||
.. literalinclude:: Car.php
|
||||
.. literalinclude:: HelloWorldService.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
|
Reference in New Issue
Block a user