mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 13:37:27 +02:00
sort php files Structural
This commit is contained in:
@@ -34,9 +34,9 @@ PaperBookInterface.php
|
|||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
EBookInterface.php
|
Book.php
|
||||||
|
|
||||||
.. literalinclude:: EBookInterface.php
|
.. literalinclude:: Book.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
@@ -46,15 +46,15 @@ EBookAdapter.php
|
|||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
Kindle.php
|
EBookInterface.php
|
||||||
|
|
||||||
.. literalinclude:: Kindle.php
|
.. literalinclude:: EBookInterface.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
Book.php
|
Kindle.php
|
||||||
|
|
||||||
.. literalinclude:: Book.php
|
.. literalinclude:: Kindle.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
|
@@ -25,27 +25,21 @@ Code
|
|||||||
|
|
||||||
You can also find these code on `GitHub`_
|
You can also find these code on `GitHub`_
|
||||||
|
|
||||||
Assemble.php
|
|
||||||
|
|
||||||
.. literalinclude:: Assemble.php
|
|
||||||
:language: php
|
|
||||||
:linenos:
|
|
||||||
|
|
||||||
Workshop.php
|
Workshop.php
|
||||||
|
|
||||||
.. literalinclude:: Workshop.php
|
.. literalinclude:: Workshop.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
Car.php
|
Assemble.php
|
||||||
|
|
||||||
.. literalinclude:: Car.php
|
.. literalinclude:: Assemble.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
Motorcycle.php
|
Produce.php
|
||||||
|
|
||||||
.. literalinclude:: Motorcycle.php
|
.. literalinclude:: Produce.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
@@ -55,9 +49,15 @@ Vehicle.php
|
|||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
Produce.php
|
Motorcycle.php
|
||||||
|
|
||||||
.. literalinclude:: Produce.php
|
.. literalinclude:: Motorcycle.php
|
||||||
|
:language: php
|
||||||
|
:linenos:
|
||||||
|
|
||||||
|
Car.php
|
||||||
|
|
||||||
|
.. literalinclude:: Car.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
|
@@ -35,18 +35,18 @@ Code
|
|||||||
|
|
||||||
You can also find these code on `GitHub`_
|
You can also find these code on `GitHub`_
|
||||||
|
|
||||||
UserMapper.php
|
|
||||||
|
|
||||||
.. literalinclude:: UserMapper.php
|
|
||||||
:language: php
|
|
||||||
:linenos:
|
|
||||||
|
|
||||||
User.php
|
User.php
|
||||||
|
|
||||||
.. literalinclude:: User.php
|
.. literalinclude:: User.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
|
UserMapper.php
|
||||||
|
|
||||||
|
.. literalinclude:: UserMapper.php
|
||||||
|
:language: php
|
||||||
|
:linenos:
|
||||||
|
|
||||||
Test
|
Test
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@@ -31,30 +31,30 @@ RendererInterface.php
|
|||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
RenderInXml.php
|
|
||||||
|
|
||||||
.. literalinclude:: RenderInXml.php
|
|
||||||
:language: php
|
|
||||||
:linenos:
|
|
||||||
|
|
||||||
Webservice.php
|
Webservice.php
|
||||||
|
|
||||||
.. literalinclude:: Webservice.php
|
.. literalinclude:: Webservice.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
RenderInJson.php
|
|
||||||
|
|
||||||
.. literalinclude:: RenderInJson.php
|
|
||||||
:language: php
|
|
||||||
:linenos:
|
|
||||||
|
|
||||||
Decorator.php
|
Decorator.php
|
||||||
|
|
||||||
.. literalinclude:: Decorator.php
|
.. literalinclude:: Decorator.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
|
RenderInXml.php
|
||||||
|
|
||||||
|
.. literalinclude:: RenderInXml.php
|
||||||
|
:language: php
|
||||||
|
:linenos:
|
||||||
|
|
||||||
|
RenderInJson.php
|
||||||
|
|
||||||
|
.. literalinclude:: RenderInJson.php
|
||||||
|
:language: php
|
||||||
|
:linenos:
|
||||||
|
|
||||||
Test
|
Test
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@@ -45,18 +45,6 @@ Code
|
|||||||
|
|
||||||
You can also find these code on `GitHub`_
|
You can also find these code on `GitHub`_
|
||||||
|
|
||||||
Connection.php
|
|
||||||
|
|
||||||
.. literalinclude:: Connection.php
|
|
||||||
:language: php
|
|
||||||
:linenos:
|
|
||||||
|
|
||||||
ArrayConfig.php
|
|
||||||
|
|
||||||
.. literalinclude:: ArrayConfig.php
|
|
||||||
:language: php
|
|
||||||
:linenos:
|
|
||||||
|
|
||||||
AbstractConfig.php
|
AbstractConfig.php
|
||||||
|
|
||||||
.. literalinclude:: AbstractConfig.php
|
.. literalinclude:: AbstractConfig.php
|
||||||
@@ -69,6 +57,18 @@ Parameters.php
|
|||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
|
ArrayConfig.php
|
||||||
|
|
||||||
|
.. literalinclude:: ArrayConfig.php
|
||||||
|
:language: php
|
||||||
|
:linenos:
|
||||||
|
|
||||||
|
Connection.php
|
||||||
|
|
||||||
|
.. literalinclude:: Connection.php
|
||||||
|
:language: php
|
||||||
|
:linenos:
|
||||||
|
|
||||||
Test
|
Test
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@@ -35,18 +35,18 @@ Code
|
|||||||
|
|
||||||
You can also find these code on `GitHub`_
|
You can also find these code on `GitHub`_
|
||||||
|
|
||||||
OsInterface.php
|
|
||||||
|
|
||||||
.. literalinclude:: OsInterface.php
|
|
||||||
:language: php
|
|
||||||
:linenos:
|
|
||||||
|
|
||||||
Facade.php
|
Facade.php
|
||||||
|
|
||||||
.. literalinclude:: Facade.php
|
.. literalinclude:: Facade.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
|
OsInterface.php
|
||||||
|
|
||||||
|
.. literalinclude:: OsInterface.php
|
||||||
|
:language: php
|
||||||
|
:linenos:
|
||||||
|
|
||||||
BiosInterface.php
|
BiosInterface.php
|
||||||
|
|
||||||
.. literalinclude:: BiosInterface.php
|
.. literalinclude:: BiosInterface.php
|
||||||
|
@@ -25,18 +25,18 @@ Code
|
|||||||
|
|
||||||
You can also find these code on `GitHub`_
|
You can also find these code on `GitHub`_
|
||||||
|
|
||||||
RecordProxy.php
|
|
||||||
|
|
||||||
.. literalinclude:: RecordProxy.php
|
|
||||||
:language: php
|
|
||||||
:linenos:
|
|
||||||
|
|
||||||
Record.php
|
Record.php
|
||||||
|
|
||||||
.. literalinclude:: Record.php
|
.. literalinclude:: Record.php
|
||||||
:language: php
|
:language: php
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
|
RecordProxy.php
|
||||||
|
|
||||||
|
.. literalinclude:: RecordProxy.php
|
||||||
|
:language: php
|
||||||
|
:linenos:
|
||||||
|
|
||||||
Test
|
Test
|
||||||
----
|
----
|
||||||
|
|
||||||
|
6
conf.py
6
conf.py
@@ -47,8 +47,8 @@ master_doc = 'README'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'DesignPatternsPHP'
|
project = u'DesignPatternsPHP'
|
||||||
copyright = u'2015, Dominik Liebler'
|
copyright = u'2015, Dominik Liebler and contributors'
|
||||||
author = u'Dominik Liebler with contributors'
|
author = u'Dominik Liebler and contributors'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
@@ -223,7 +223,7 @@ latex_elements = {
|
|||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
(master_doc, 'DesignPatternsPHP.tex', u'DesignPatternsPHP Documentation',
|
(master_doc, 'DesignPatternsPHP.tex', u'DesignPatternsPHP Documentation',
|
||||||
u'Dominik Liebler with contributors', 'manual'),
|
u'Dominik Liebler and contributors', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
|
Reference in New Issue
Block a user