mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-01-17 21:48:59 +01:00
67 lines
1.6 KiB
Plaintext
67 lines
1.6 KiB
Plaintext
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2015-05-29 12:18+0200\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: ../../Creational/Builder/README.rst:2
|
|
msgid "`Builder`__"
|
|
msgstr ""
|
|
|
|
#: ../../Creational/Builder/README.rst:5
|
|
msgid "Purpose"
|
|
msgstr ""
|
|
|
|
#: ../../Creational/Builder/README.rst:7
|
|
msgid "Builder is an interface that build parts of a complex object."
|
|
msgstr ""
|
|
|
|
#: ../../Creational/Builder/README.rst:9
|
|
msgid ""
|
|
"Sometimes, if the builder has a better knowledge of what it builds, this "
|
|
"interface could be an abstract class with default methods (aka adapter)."
|
|
msgstr ""
|
|
|
|
#: ../../Creational/Builder/README.rst:12
|
|
msgid ""
|
|
"If you have a complex inheritance tree for objects, it is logical to have a "
|
|
"complex inheritance tree for builders too."
|
|
msgstr ""
|
|
|
|
#: ../../Creational/Builder/README.rst:15
|
|
msgid ""
|
|
"Note: Builders have often a fluent interface, see the mock builder of "
|
|
"PHPUnit for example."
|
|
msgstr ""
|
|
|
|
#: ../../Creational/Builder/README.rst:19
|
|
msgid "Examples"
|
|
msgstr ""
|
|
|
|
#: ../../Creational/Builder/README.rst:21
|
|
msgid "PHPUnit: Mock Builder"
|
|
msgstr ""
|
|
|
|
#: ../../Creational/Builder/README.rst:24
|
|
msgid "UML Diagram"
|
|
msgstr ""
|
|
|
|
#: ../../Creational/Builder/README.rst:31
|
|
msgid "Code"
|
|
msgstr ""
|
|
|
|
#: ../../Creational/Builder/README.rst:33
|
|
msgid "You can also find this code on `GitHub`_"
|
|
msgstr ""
|
|
|
|
#: ../../Creational/Builder/README.rst:96
|
|
msgid "Test"
|
|
msgstr ""
|