mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 20:50:15 +02:00
use Anonymous Hyperlinks for wikipedia link
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
`Abstract Factory`_
|
||||
===================
|
||||
`Abstract Factory`__
|
||||
====================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -91,4 +91,4 @@ Tests/AbstractFactoryTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/AbstractFactory
|
||||
.. _`Abstract Factory`: http://en.wikipedia.org/wiki/Abstract_factory_pattern
|
||||
.. __: http://en.wikipedia.org/wiki/Abstract_factory_pattern
|
||||
|
@@ -1,5 +1,5 @@
|
||||
`Builder`_
|
||||
==========
|
||||
`Builder`__
|
||||
===========
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -102,4 +102,4 @@ Tests/DirectorTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Builder
|
||||
.. _`Builder`: http://en.wikipedia.org/wiki/Builder_pattern
|
||||
.. __: http://en.wikipedia.org/wiki/Builder_pattern
|
||||
|
@@ -1,5 +1,5 @@
|
||||
`Factory Method`_
|
||||
=================
|
||||
`Factory Method`__
|
||||
==================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -80,4 +80,4 @@ Tests/FactoryMethodTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/FactoryMethod
|
||||
.. _`Factory Method`: http://en.wikipedia.org/wiki/Factory_method_pattern
|
||||
.. __: http://en.wikipedia.org/wiki/Factory_method_pattern
|
||||
|
@@ -1,5 +1,5 @@
|
||||
`Pool`_
|
||||
=======
|
||||
`Pool`__
|
||||
========
|
||||
|
||||
The **object pool pattern** is a software creational design pattern that
|
||||
uses a set of initialized objects kept ready to use – a "pool" – rather
|
||||
@@ -67,4 +67,4 @@ Tests/TestWorker.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Pool
|
||||
.. _`Pool`: http://en.wikipedia.org/wiki/Object_pool_pattern
|
||||
.. __: http://en.wikipedia.org/wiki/Object_pool_pattern
|
||||
|
@@ -1,5 +1,5 @@
|
||||
`Prototype`_
|
||||
============
|
||||
`Prototype`__
|
||||
=============
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -53,4 +53,4 @@ Test
|
||||
----
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Prototype
|
||||
.. _`Prototype`: http://en.wikipedia.org/wiki/Prototype_pattern
|
||||
.. __: http://en.wikipedia.org/wiki/Prototype_pattern
|
||||
|
@@ -1,5 +1,5 @@
|
||||
`Singleton`_
|
||||
============
|
||||
`Singleton`__
|
||||
=============
|
||||
|
||||
**THIS IS CONSIDERED TO BE AN ANTI-PATTERN! FOR BETTER TESTABILITY AND
|
||||
MAINTAINABILITY USE DEPENDENCY INJECTION!**
|
||||
@@ -47,4 +47,4 @@ Tests/SingletonTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Singleton
|
||||
.. _`Singleton`: http://en.wikipedia.org/wiki/Singleton_pattern
|
||||
.. __: http://en.wikipedia.org/wiki/Singleton_pattern
|
||||
|
Reference in New Issue
Block a user