mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-16 04:46:22 +02:00
add wikipedia links on cataloge of pattern
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
Behavioral
|
||||
==========
|
||||
`Behavioral`__
|
||||
==============
|
||||
|
||||
In software engineering, behavioral design patterns are design patterns
|
||||
that identify common communication patterns between objects and realize
|
||||
@ -21,3 +21,5 @@ carrying out this communication.
|
||||
Strategy/README
|
||||
TemplateMethod/README
|
||||
Visitor/README
|
||||
|
||||
.. __: http://en.wikipedia.org/wiki/Behavioral_pattern
|
@ -1,5 +1,5 @@
|
||||
Creational
|
||||
==========
|
||||
`Creational`__
|
||||
==============
|
||||
|
||||
In software engineering, creational design patterns are design patterns
|
||||
that deal with object creation mechanisms, trying to create objects in a
|
||||
@ -20,3 +20,5 @@ this object creation.
|
||||
SimpleFactory/README
|
||||
Singleton/README
|
||||
StaticFactory/README
|
||||
|
||||
.. __: http://en.wikipedia.org/wiki/Creational_pattern
|
||||
|
@ -1,5 +1,5 @@
|
||||
Structural
|
||||
==========
|
||||
`Structural`__
|
||||
==============
|
||||
|
||||
In Software Engineering, Structural Design Patterns are Design Patterns
|
||||
that ease the design by identifying a simple way to realize
|
||||
@ -18,3 +18,5 @@ relationships between entities.
|
||||
FluentInterface/README
|
||||
Proxy/README
|
||||
Registry/README
|
||||
|
||||
.. __: http://en.wikipedia.org/wiki/Structural_pattern
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Behavioral/README.rst:2
|
||||
msgid "Behavioral"
|
||||
msgid "`Behavioral`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Behavioral/README.rst:4
|
||||
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Creational/README.rst:2
|
||||
msgid "Creational"
|
||||
msgid "`Creational`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Creational/README.rst:4
|
||||
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Structural/README.rst:2
|
||||
msgid "Structural"
|
||||
msgid "`Structural`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/README.rst:4
|
||||
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Behavioral/README.rst:2
|
||||
msgid "Behavioral"
|
||||
msgid "`Behavioral`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Behavioral/README.rst:4
|
||||
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Creational/README.rst:2
|
||||
msgid "Creational"
|
||||
msgid "`Creational`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Creational/README.rst:4
|
||||
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Structural/README.rst:2
|
||||
msgid "Structural"
|
||||
msgid "`Structural`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/README.rst:4
|
||||
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Behavioral/README.rst:2
|
||||
msgid "Behavioral"
|
||||
msgid "`Behavioral`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Behavioral/README.rst:4
|
||||
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Creational/README.rst:2
|
||||
msgid "Creational"
|
||||
msgid "`Creational`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Creational/README.rst:4
|
||||
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Structural/README.rst:2
|
||||
msgid "Structural"
|
||||
msgid "`Structural`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/README.rst:4
|
||||
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Behavioral/README.rst:2
|
||||
msgid "Behavioral"
|
||||
msgid "`Behavioral`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Behavioral/README.rst:4
|
||||
|
@ -12,8 +12,8 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Creational/README.rst:2
|
||||
msgid "Creational"
|
||||
msgstr "创建型设计模式"
|
||||
msgid "`Creational`__"
|
||||
msgstr "`创建型设计模式`__"
|
||||
|
||||
#: ../../Creational/README.rst:4
|
||||
msgid ""
|
||||
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../Structural/README.rst:2
|
||||
msgid "Structural"
|
||||
msgid "`Structural`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/README.rst:4
|
||||
|
Reference in New Issue
Block a user