mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-15 03:14:20 +02:00
sort php files Creational
This commit is contained in:
@@ -25,6 +25,12 @@ Code
|
||||
|
||||
You can also find these code on `GitHub`_
|
||||
|
||||
index.php
|
||||
|
||||
.. literalinclude:: index.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
BookPrototype.php
|
||||
|
||||
.. literalinclude:: BookPrototype.php
|
||||
@@ -37,12 +43,6 @@ BarBookPrototype.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
index.php
|
||||
|
||||
.. literalinclude:: index.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
FooBookPrototype.php
|
||||
|
||||
.. literalinclude:: FooBookPrototype.php
|
||||
@@ -53,4 +53,4 @@ Test
|
||||
----
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Prototype
|
||||
.. _`Prototype`: http://en.wikipedia.org/wiki/Prototype_pattern
|
||||
.. _`Prototype`: http://en.wikipedia.org/wiki/Prototype_pattern
|
||||
|
Reference in New Issue
Block a user