mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-04 22:17:25 +02:00
add wikipedia link
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Adapter / Wrapper
|
||||
=================
|
||||
Adapter / Wrapper |Wikipedia|_
|
||||
==============================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -68,3 +68,7 @@ Tests/AdapterTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Adapter
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Adapter_pattern
|
@@ -1,5 +1,5 @@
|
||||
Bridge
|
||||
======
|
||||
Bridge |Wikipedia|_
|
||||
===================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -71,3 +71,7 @@ Tests/BridgeTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Bridge
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Bridge_pattern
|
@@ -1,5 +1,5 @@
|
||||
Composite
|
||||
=========
|
||||
Composite |Wikipedia|_
|
||||
======================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -62,3 +62,7 @@ Tests/CompositeTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Composite
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Composite_pattern
|
@@ -1,5 +1,5 @@
|
||||
Data Mapper
|
||||
===========
|
||||
Data Mapper |Wikipedia|_
|
||||
========================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -57,3 +57,7 @@ Tests/DataMapperTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DataMapper
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Data_mapper_pattern
|
@@ -1,5 +1,5 @@
|
||||
Decorator
|
||||
=========
|
||||
Decorator |Wikipedia|_
|
||||
======================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -65,3 +65,7 @@ Tests/DecoratorTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Decorator
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Decorator_pattern
|
@@ -1,5 +1,5 @@
|
||||
Dependency Injection
|
||||
====================
|
||||
Dependency Injection |Wikipedia|_
|
||||
=================================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -85,3 +85,7 @@ Tests/config.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DependencyInjection
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Dependency_injection
|
@@ -1,5 +1,5 @@
|
||||
Facade
|
||||
======
|
||||
Facade |Wikipedia|_
|
||||
===================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -63,3 +63,7 @@ Tests/FacadeTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Facade
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Facade_pattern
|
@@ -1,5 +1,5 @@
|
||||
Fluent Interface
|
||||
================
|
||||
Fluent Interface |Wikipedia|_
|
||||
=============================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -43,3 +43,7 @@ Tests/FluentInterfaceTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/FluentInterface
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Fluent_interface
|
@@ -1,5 +1,5 @@
|
||||
Proxy
|
||||
=====
|
||||
Proxy |Wikipedia|_
|
||||
==================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -41,3 +41,7 @@ Test
|
||||
----
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Proxy
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Proxy_pattern
|
@@ -1,5 +1,5 @@
|
||||
Registry
|
||||
========
|
||||
Registry |Wikipedia|_
|
||||
=====================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -44,3 +44,7 @@ Tests/RegistryTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Registry
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Service_locator_pattern
|
Reference in New Issue
Block a user