mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-16 05:34:47 +01:00
fix: update README.rst
This commit is contained in:
parent
0c8f10f6b5
commit
699ff11308
@ -20,33 +20,33 @@ Code
|
||||
|
||||
You can also find this code on `GitHub`_
|
||||
|
||||
OrderContext.php
|
||||
ContextOrder.php
|
||||
|
||||
.. literalinclude:: OrderContext.php
|
||||
.. literalinclude:: ContextOrder.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
State.php
|
||||
StateOrder.php
|
||||
|
||||
.. literalinclude:: State.php
|
||||
.. literalinclude:: StateOrder.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
StateCreated.php
|
||||
CreateOrder.php
|
||||
|
||||
.. literalinclude:: StateCreated.php
|
||||
.. literalinclude:: CreateOrder.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
StateShipped.php
|
||||
ShippingOrder.php
|
||||
|
||||
.. literalinclude:: StateShipped.php
|
||||
.. literalinclude:: ShippingOrder.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
StateDone.php
|
||||
OrderDone.php
|
||||
|
||||
.. literalinclude:: StateDone.php
|
||||
.. literalinclude:: OrderDone.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user