mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-09 07:24:55 +02:00
use Anonymous Hyperlinks for wikipedia link
This commit is contained in:
parent
d266e1a42b
commit
fa36638e88
@ -1,5 +1,5 @@
|
|||||||
`Chain Of Responsibilities`_
|
`Chain Of Responsibilities`__
|
||||||
============================
|
=============================
|
||||||
|
|
||||||
Purpose:
|
Purpose:
|
||||||
--------
|
--------
|
||||||
@ -67,4 +67,4 @@ Tests/ChainTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/ChainOfResponsibilities
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/ChainOfResponsibilities
|
||||||
.. _`Chain Of Responsibilities`: http://en.wikipedia.org/wiki/Chain_of_responsibility_pattern
|
.. __: http://en.wikipedia.org/wiki/Chain_of_responsibility_pattern
|
@ -1,5 +1,5 @@
|
|||||||
`Command`_
|
`Command`__
|
||||||
==========
|
===========
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -74,4 +74,4 @@ Tests/CommandTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Command
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Command
|
||||||
.. _`Command`: http://en.wikipedia.org/wiki/Command_pattern
|
.. __: http://en.wikipedia.org/wiki/Command_pattern
|
@ -1,5 +1,5 @@
|
|||||||
`Iterator`_
|
`Iterator`__
|
||||||
===========
|
============
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -67,4 +67,4 @@ Tests/IteratorTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Iterator
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Iterator
|
||||||
.. _`Iterator`: http://en.wikipedia.org/wiki/Iterator_pattern
|
.. __: http://en.wikipedia.org/wiki/Iterator_pattern
|
@ -1,5 +1,5 @@
|
|||||||
`Mediator`_
|
`Mediator`__
|
||||||
===========
|
============
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -70,4 +70,4 @@ Tests/MediatorTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Mediator
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Mediator
|
||||||
.. _`Mediator`: http://en.wikipedia.org/wiki/Mediator_pattern
|
.. __: http://en.wikipedia.org/wiki/Mediator_pattern
|
@ -1,5 +1,5 @@
|
|||||||
`Memento`_
|
`Memento`__
|
||||||
==========
|
===========
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -65,4 +65,4 @@ Tests/MementoTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Memento
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Memento
|
||||||
.. _`Memento`: http://en.wikipedia.org/wiki/Memento_pattern
|
.. __: http://en.wikipedia.org/wiki/Memento_pattern
|
@ -1,5 +1,5 @@
|
|||||||
`Null Object`_
|
`Null Object`__
|
||||||
==============
|
===============
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -72,4 +72,4 @@ Tests/LoggerTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/NullObject
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/NullObject
|
||||||
.. _`Null Object`: http://en.wikipedia.org/wiki/Null_Object_pattern
|
.. __: http://en.wikipedia.org/wiki/Null_Object_pattern
|
@ -1,5 +1,5 @@
|
|||||||
`Observer`_
|
`Observer`__
|
||||||
===========
|
============
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -55,4 +55,4 @@ Tests/ObserverTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Observer
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Observer
|
||||||
.. _`Observer`: http://en.wikipedia.org/wiki/Observer_pattern
|
.. __: http://en.wikipedia.org/wiki/Observer_pattern
|
@ -1,5 +1,5 @@
|
|||||||
`Specification`_
|
`Specification`__
|
||||||
================
|
=================
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -78,4 +78,4 @@ Tests/SpecificationTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Specification
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Specification
|
||||||
.. _`Specification`: http://en.wikipedia.org/wiki/Specification_pattern
|
.. __: http://en.wikipedia.org/wiki/Specification_pattern
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
`State`_
|
`State`__
|
||||||
========
|
=========
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -54,4 +54,4 @@ Test
|
|||||||
----
|
----
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/State
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/State
|
||||||
.. _`State`: http://en.wikipedia.org/wiki/State_pattern
|
.. __: http://en.wikipedia.org/wiki/State_pattern
|
@ -1,5 +1,5 @@
|
|||||||
`Strategy`_
|
`Strategy`__
|
||||||
===========
|
============
|
||||||
|
|
||||||
Terminology:
|
Terminology:
|
||||||
------------
|
------------
|
||||||
@ -68,4 +68,4 @@ Tests/StrategyTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Strategy
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Strategy
|
||||||
.. _`Strategy`: http://en.wikipedia.org/wiki/Strategy_pattern
|
.. __: http://en.wikipedia.org/wiki/Strategy_pattern
|
@ -1,5 +1,5 @@
|
|||||||
`Template Method`_
|
`Template Method`__
|
||||||
==================
|
===================
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -61,4 +61,4 @@ Tests/JourneyTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/TemplateMethod
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/TemplateMethod
|
||||||
.. _`Template Method`: http://en.wikipedia.org/wiki/Template_method_pattern
|
.. __: http://en.wikipedia.org/wiki/Template_method_pattern
|
@ -1,5 +1,5 @@
|
|||||||
`Visitor`_
|
`Visitor`__
|
||||||
==========
|
===========
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -65,4 +65,4 @@ Tests/VisitorTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Visitor
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Visitor
|
||||||
.. _`Visitor`: http://en.wikipedia.org/wiki/Visitor_pattern
|
.. __: http://en.wikipedia.org/wiki/Visitor_pattern
|
@ -1,5 +1,5 @@
|
|||||||
`Abstract Factory`_
|
`Abstract Factory`__
|
||||||
===================
|
====================
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -91,4 +91,4 @@ Tests/AbstractFactoryTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/AbstractFactory
|
.. _`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
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -102,4 +102,4 @@ Tests/DirectorTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Builder
|
.. _`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
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -80,4 +80,4 @@ Tests/FactoryMethodTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/FactoryMethod
|
.. _`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
|
The **object pool pattern** is a software creational design pattern that
|
||||||
uses a set of initialized objects kept ready to use – a "pool" – rather
|
uses a set of initialized objects kept ready to use – a "pool" – rather
|
||||||
@ -67,4 +67,4 @@ Tests/TestWorker.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Pool
|
.. _`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
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -53,4 +53,4 @@ Test
|
|||||||
----
|
----
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Prototype
|
.. _`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
|
**THIS IS CONSIDERED TO BE AN ANTI-PATTERN! FOR BETTER TESTABILITY AND
|
||||||
MAINTAINABILITY USE DEPENDENCY INJECTION!**
|
MAINTAINABILITY USE DEPENDENCY INJECTION!**
|
||||||
@ -47,4 +47,4 @@ Tests/SingletonTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Singleton
|
.. _`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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
`Delegation`_
|
`Delegation`__
|
||||||
=============
|
==============
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -51,4 +51,4 @@ Tests/DelegationTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/More/Delegation
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/More/Delegation
|
||||||
.. _`Delegation`: http://en.wikipedia.org/wiki/Delegation_pattern
|
.. __: http://en.wikipedia.org/wiki/Delegation_pattern
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
`Service Locator`_
|
`Service Locator`__
|
||||||
==================
|
===================
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -81,4 +81,4 @@ Tests/ServiceLocatorTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/More/ServiceLocator
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/More/ServiceLocator
|
||||||
.. _`Service Locator`: http://en.wikipedia.org/wiki/Service_locator_pattern
|
.. __: http://en.wikipedia.org/wiki/Service_locator_pattern
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
`Adapter / Wrapper`_
|
`Adapter / Wrapper`__
|
||||||
====================
|
=====================
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -68,4 +68,4 @@ Tests/AdapterTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Adapter
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Adapter
|
||||||
.. _`Adapter / Wrapper`: http://en.wikipedia.org/wiki/Adapter_pattern
|
.. __: http://en.wikipedia.org/wiki/Adapter_pattern
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
`Bridge`_
|
`Bridge`__
|
||||||
=========
|
==========
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Decouple an abstraction from its implementation so that the two can vary
|
Decouple an abstraction from its implementation so that the two can vary
|
||||||
independently. (http://en.wikipedia.org/wiki/Bridge\_pattern)
|
independently.
|
||||||
|
|
||||||
Sample:
|
Sample:
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
@ -71,4 +71,4 @@ Tests/BridgeTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Bridge
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Bridge
|
||||||
.. _`Bridge`: http://en.wikipedia.org/wiki/Bridge_pattern
|
.. __: http://en.wikipedia.org/wiki/Bridge_pattern
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
`Composite`_
|
`Composite`__
|
||||||
============
|
=============
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -62,4 +62,4 @@ Tests/CompositeTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Composite
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Composite
|
||||||
.. _`Composite`: http://en.wikipedia.org/wiki/Composite_pattern
|
.. __: http://en.wikipedia.org/wiki/Composite_pattern
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
`Data Mapper`_
|
`Data Mapper`__
|
||||||
==============
|
===============
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -57,4 +57,4 @@ Tests/DataMapperTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DataMapper
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DataMapper
|
||||||
.. _`Data Mapper`: http://en.wikipedia.org/wiki/Data_mapper_pattern
|
.. __: http://en.wikipedia.org/wiki/Data_mapper_pattern
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
`Decorator`_
|
`Decorator`__
|
||||||
============
|
=============
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -65,4 +65,4 @@ Tests/DecoratorTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Decorator
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Decorator
|
||||||
.. _`Decorator`: http://en.wikipedia.org/wiki/Decorator_pattern
|
.. __: http://en.wikipedia.org/wiki/Decorator_pattern
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
`Dependency Injection`_
|
`Dependency Injection`__
|
||||||
=======================
|
========================
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -85,4 +85,4 @@ Tests/config.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DependencyInjection
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DependencyInjection
|
||||||
.. _`Dependency Injection`: http://en.wikipedia.org/wiki/Dependency_injection
|
.. __: http://en.wikipedia.org/wiki/Dependency_injection
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
`Facade`_
|
`Facade`__
|
||||||
=========
|
==========
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -63,4 +63,4 @@ Tests/FacadeTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Facade
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Facade
|
||||||
.. _`Facade`: http://en.wikipedia.org/wiki/Facade_pattern
|
.. __: http://en.wikipedia.org/wiki/Facade_pattern
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
`Fluent Interface`_
|
`Fluent Interface`__
|
||||||
===================
|
====================
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -43,5 +43,4 @@ Tests/FluentInterfaceTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/FluentInterface
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/FluentInterface
|
||||||
|
.. __: http://en.wikipedia.org/wiki/Fluent_interface
|
||||||
.. _`Fluent Interface`: http://en.wikipedia.org/wiki/Fluent_interface
|
|
@ -1,5 +1,5 @@
|
|||||||
`Proxy`_
|
`Proxy`__
|
||||||
========
|
=========
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -41,4 +41,4 @@ Test
|
|||||||
----
|
----
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Proxy
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Proxy
|
||||||
.. _`Proxy`: http://en.wikipedia.org/wiki/Proxy_pattern
|
.. __: http://en.wikipedia.org/wiki/Proxy_pattern
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
`Registry`_
|
`Registry`__
|
||||||
===========
|
============
|
||||||
|
|
||||||
Purpose
|
Purpose
|
||||||
-------
|
-------
|
||||||
@ -44,4 +44,4 @@ Tests/RegistryTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Registry
|
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Registry
|
||||||
.. _`Registry`: http://en.wikipedia.org/wiki/Service_locator_pattern
|
.. __: http://en.wikipedia.org/wiki/Service_locator_pattern
|
||||||
|
Loading…
x
Reference in New Issue
Block a user