add wikipedia link

This commit is contained in:
Faust
2015-04-03 10:57:00 +02:00
parent 9fd800b9f6
commit c609ef5952
34 changed files with 188 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
Pool
====
Pool |Wikipedia|_
=================
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,3 +67,7 @@ Tests/PoolTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Pool
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
:height: 30 px
:width: 30 px
.. _Wikipedia: http://en.wikipedia.org/wiki/Object_pool_pattern