File tree 30 files changed +91
-92
lines changed
30 files changed +91
-92
lines changed Original file line number Diff line number Diff line change 1
- `Chain Of Responsibilities `_
2
- ============================
1
+ `Chain Of Responsibilities `__
2
+ =============================
3
3
4
4
Purpose:
5
5
--------
@@ -67,4 +67,4 @@ Tests/ChainTest.php
67
67
:linenos:
68
68
69
69
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/ChainOfResponsibilities
70
- .. _ `Chain Of Responsibilities` : http://en.wikipedia.org/wiki/Chain_of_responsibility_pattern
70
+ .. __ : http://en.wikipedia.org/wiki/Chain_of_responsibility_pattern
Original file line number Diff line number Diff line change 1
- `Command `_
2
- ==========
1
+ `Command `__
2
+ ===========
3
3
4
4
Purpose
5
5
-------
@@ -74,4 +74,4 @@ Tests/CommandTest.php
74
74
:linenos:
75
75
76
76
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Command
77
- .. _ `Command` : http://en.wikipedia.org/wiki/Command_pattern
77
+ .. __ : http://en.wikipedia.org/wiki/Command_pattern
Original file line number Diff line number Diff line change 1
- `Iterator `_
2
- ===========
1
+ `Iterator `__
2
+ ============
3
3
4
4
Purpose
5
5
-------
@@ -67,4 +67,4 @@ Tests/IteratorTest.php
67
67
:linenos:
68
68
69
69
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Iterator
70
- .. _ `Iterator` : http://en.wikipedia.org/wiki/Iterator_pattern
70
+ .. __ : http://en.wikipedia.org/wiki/Iterator_pattern
Original file line number Diff line number Diff line change 1
- `Mediator `_
2
- ===========
1
+ `Mediator `__
2
+ ============
3
3
4
4
Purpose
5
5
-------
@@ -70,4 +70,4 @@ Tests/MediatorTest.php
70
70
:linenos:
71
71
72
72
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Mediator
73
- .. _ `Mediator` : http://en.wikipedia.org/wiki/Mediator_pattern
73
+ .. __ : http://en.wikipedia.org/wiki/Mediator_pattern
Original file line number Diff line number Diff line change 1
- `Memento `_
2
- ==========
1
+ `Memento `__
2
+ ===========
3
3
4
4
Purpose
5
5
-------
@@ -65,4 +65,4 @@ Tests/MementoTest.php
65
65
:linenos:
66
66
67
67
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Memento
68
- .. _ `Memento` : http://en.wikipedia.org/wiki/Memento_pattern
68
+ .. __ : http://en.wikipedia.org/wiki/Memento_pattern
Original file line number Diff line number Diff line change 1
- `Null Object `_
2
- ==============
1
+ `Null Object `__
2
+ ===============
3
3
4
4
Purpose
5
5
-------
@@ -72,4 +72,4 @@ Tests/LoggerTest.php
72
72
:linenos:
73
73
74
74
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/NullObject
75
- .. _ `Null Object` : http://en.wikipedia.org/wiki/Null_Object_pattern
75
+ .. __ : http://en.wikipedia.org/wiki/Null_Object_pattern
Original file line number Diff line number Diff line change 1
- `Observer `_
2
- ===========
1
+ `Observer `__
2
+ ============
3
3
4
4
Purpose
5
5
-------
@@ -55,4 +55,4 @@ Tests/ObserverTest.php
55
55
:linenos:
56
56
57
57
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Observer
58
- .. _ `Observer` : http://en.wikipedia.org/wiki/Observer_pattern
58
+ .. __ : http://en.wikipedia.org/wiki/Observer_pattern
Original file line number Diff line number Diff line change 1
- `Specification `_
2
- ================
1
+ `Specification `__
2
+ =================
3
3
4
4
Purpose
5
5
-------
@@ -78,4 +78,4 @@ Tests/SpecificationTest.php
78
78
:linenos:
79
79
80
80
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Specification
81
- .. _ `Specification` : http://en.wikipedia.org/wiki/Specification_pattern
81
+ .. __ : http://en.wikipedia.org/wiki/Specification_pattern
Original file line number Diff line number Diff line change 1
- `State `_
2
- ========
1
+ `State `__
2
+ =========
3
3
4
4
Purpose
5
5
-------
54
54
----
55
55
56
56
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/State
57
- .. _ `State` : http://en.wikipedia.org/wiki/State_pattern
57
+ .. __ : http://en.wikipedia.org/wiki/State_pattern
Original file line number Diff line number Diff line change 1
- `Strategy `_
2
- ===========
1
+ `Strategy `__
2
+ ============
3
3
4
4
Terminology:
5
5
------------
@@ -68,4 +68,4 @@ Tests/StrategyTest.php
68
68
:linenos:
69
69
70
70
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Strategy
71
- .. _ `Strategy` : http://en.wikipedia.org/wiki/Strategy_pattern
71
+ .. __ : http://en.wikipedia.org/wiki/Strategy_pattern
Original file line number Diff line number Diff line change 1
- `Template Method `_
2
- ==================
1
+ `Template Method `__
2
+ ===================
3
3
4
4
Purpose
5
5
-------
@@ -61,4 +61,4 @@ Tests/JourneyTest.php
61
61
:linenos:
62
62
63
63
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/TemplateMethod
64
- .. _ `Template Method` : http://en.wikipedia.org/wiki/Template_method_pattern
64
+ .. __ : http://en.wikipedia.org/wiki/Template_method_pattern
Original file line number Diff line number Diff line change 1
- `Visitor `_
2
- ==========
1
+ `Visitor `__
2
+ ===========
3
3
4
4
Purpose
5
5
-------
@@ -65,4 +65,4 @@ Tests/VisitorTest.php
65
65
:linenos:
66
66
67
67
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Visitor
68
- .. _ `Visitor` : http://en.wikipedia.org/wiki/Visitor_pattern
68
+ .. __ : http://en.wikipedia.org/wiki/Visitor_pattern
Original file line number Diff line number Diff line change 1
- `Abstract Factory `_
2
- ===================
1
+ `Abstract Factory `__
2
+ ====================
3
3
4
4
Purpose
5
5
-------
@@ -91,4 +91,4 @@ Tests/AbstractFactoryTest.php
91
91
:linenos:
92
92
93
93
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/AbstractFactory
94
- .. _ `Abstract Factory` : http://en.wikipedia.org/wiki/Abstract_factory_pattern
94
+ .. __ : http://en.wikipedia.org/wiki/Abstract_factory_pattern
Original file line number Diff line number Diff line change 1
- `Builder `_
2
- ==========
1
+ `Builder `__
2
+ ===========
3
3
4
4
Purpose
5
5
-------
@@ -102,4 +102,4 @@ Tests/DirectorTest.php
102
102
:linenos:
103
103
104
104
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Builder
105
- .. _ `Builder` : http://en.wikipedia.org/wiki/Builder_pattern
105
+ .. __ : http://en.wikipedia.org/wiki/Builder_pattern
Original file line number Diff line number Diff line change 1
- `Factory Method `_
2
- =================
1
+ `Factory Method `__
2
+ ==================
3
3
4
4
Purpose
5
5
-------
@@ -80,4 +80,4 @@ Tests/FactoryMethodTest.php
80
80
:linenos:
81
81
82
82
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/FactoryMethod
83
- .. _ `Factory Method` : http://en.wikipedia.org/wiki/Factory_method_pattern
83
+ .. __ : http://en.wikipedia.org/wiki/Factory_method_pattern
Original file line number Diff line number Diff line change 1
- `Pool `_
2
- =======
1
+ `Pool `__
2
+ ========
3
3
4
4
The **object pool pattern ** is a software creational design pattern that
5
5
uses a set of initialized objects kept ready to use – a "pool" – rather
@@ -67,4 +67,4 @@ Tests/TestWorker.php
67
67
:linenos:
68
68
69
69
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Pool
70
- .. _ `Pool` : http://en.wikipedia.org/wiki/Object_pool_pattern
70
+ .. __ : http://en.wikipedia.org/wiki/Object_pool_pattern
Original file line number Diff line number Diff line change 1
- `Prototype `_
2
- ============
1
+ `Prototype `__
2
+ =============
3
3
4
4
Purpose
5
5
-------
53
53
----
54
54
55
55
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Prototype
56
- .. _ `Prototype` : http://en.wikipedia.org/wiki/Prototype_pattern
56
+ .. __ : http://en.wikipedia.org/wiki/Prototype_pattern
Original file line number Diff line number Diff line change 1
- `Singleton `_
2
- ============
1
+ `Singleton `__
2
+ =============
3
3
4
4
**THIS IS CONSIDERED TO BE AN ANTI-PATTERN! FOR BETTER TESTABILITY AND
5
5
MAINTAINABILITY USE DEPENDENCY INJECTION! **
@@ -47,4 +47,4 @@ Tests/SingletonTest.php
47
47
:linenos:
48
48
49
49
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Singleton
50
- .. _ `Singleton` : http://en.wikipedia.org/wiki/Singleton_pattern
50
+ .. __ : http://en.wikipedia.org/wiki/Singleton_pattern
Original file line number Diff line number Diff line change 1
- `Delegation `_
2
- =============
1
+ `Delegation `__
2
+ ==============
3
3
4
4
Purpose
5
5
-------
@@ -51,4 +51,4 @@ Tests/DelegationTest.php
51
51
:linenos:
52
52
53
53
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/More/Delegation
54
- .. _ `Delegation` : http://en.wikipedia.org/wiki/Delegation_pattern
54
+ .. __ : http://en.wikipedia.org/wiki/Delegation_pattern
Original file line number Diff line number Diff line change 1
- `Service Locator `_
2
- ==================
1
+ `Service Locator `__
2
+ ===================
3
3
4
4
Purpose
5
5
-------
@@ -81,4 +81,4 @@ Tests/ServiceLocatorTest.php
81
81
:linenos:
82
82
83
83
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/More/ServiceLocator
84
- .. _ `Service Locator` : http://en.wikipedia.org/wiki/Service_locator_pattern
84
+ .. __ : http://en.wikipedia.org/wiki/Service_locator_pattern
Original file line number Diff line number Diff line change 1
- `Adapter / Wrapper `_
2
- ====================
1
+ `Adapter / Wrapper `__
2
+ =====================
3
3
4
4
Purpose
5
5
-------
@@ -68,4 +68,4 @@ Tests/AdapterTest.php
68
68
:linenos:
69
69
70
70
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Adapter
71
- .. _ `Adapter / Wrapper` : http://en.wikipedia.org/wiki/Adapter_pattern
71
+ .. __ : http://en.wikipedia.org/wiki/Adapter_pattern
Original file line number Diff line number Diff line change 1
- `Bridge `_
2
- =========
1
+ `Bridge `__
2
+ ==========
3
3
4
4
Purpose
5
5
-------
6
6
7
7
Decouple an abstraction from its implementation so that the two can vary
8
- independently. (http://en.wikipedia.org/wiki/Bridge \_ pattern)
8
+ independently.
9
9
10
10
Sample:
11
11
^^^^^^^
@@ -71,4 +71,4 @@ Tests/BridgeTest.php
71
71
:linenos:
72
72
73
73
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Bridge
74
- .. _ `Bridge` : http://en.wikipedia.org/wiki/Bridge_pattern
74
+ .. __ : http://en.wikipedia.org/wiki/Bridge_pattern
Original file line number Diff line number Diff line change 1
- `Composite `_
2
- ============
1
+ `Composite `__
2
+ =============
3
3
4
4
Purpose
5
5
-------
@@ -62,4 +62,4 @@ Tests/CompositeTest.php
62
62
:linenos:
63
63
64
64
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Composite
65
- .. _ `Composite` : http://en.wikipedia.org/wiki/Composite_pattern
65
+ .. __ : http://en.wikipedia.org/wiki/Composite_pattern
Original file line number Diff line number Diff line change 1
- `Data Mapper `_
2
- ==============
1
+ `Data Mapper `__
2
+ ===============
3
3
4
4
Purpose
5
5
-------
@@ -57,4 +57,4 @@ Tests/DataMapperTest.php
57
57
:linenos:
58
58
59
59
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DataMapper
60
- .. _ `Data Mapper` : http://en.wikipedia.org/wiki/Data_mapper_pattern
60
+ .. __ : http://en.wikipedia.org/wiki/Data_mapper_pattern
Original file line number Diff line number Diff line change 1
- `Decorator `_
2
- ============
1
+ `Decorator `__
2
+ =============
3
3
4
4
Purpose
5
5
-------
@@ -65,4 +65,4 @@ Tests/DecoratorTest.php
65
65
:linenos:
66
66
67
67
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Decorator
68
- .. _ `Decorator` : http://en.wikipedia.org/wiki/Decorator_pattern
68
+ .. __ : http://en.wikipedia.org/wiki/Decorator_pattern
Original file line number Diff line number Diff line change 1
- `Dependency Injection `_
2
- =======================
1
+ `Dependency Injection `__
2
+ ========================
3
3
4
4
Purpose
5
5
-------
@@ -85,4 +85,4 @@ Tests/config.php
85
85
:linenos:
86
86
87
87
.. _`GitHub` : https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DependencyInjection
88
- .. _ `Dependency Injection` : http://en.wikipedia.org/wiki/Dependency_injection
88
+ .. __ : http://en.wikipedia.org/wiki/Dependency_injection
You can’t perform that action at this time.
0 commit comments