mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-01-17 21:48:59 +01:00
# 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/SimpleFactory/README.rst:2 msgid "Simple Factory" msgstr "" #: ../../Creational/SimpleFactory/README.rst:5 msgid "Purpose" msgstr "" #: ../../Creational/SimpleFactory/README.rst:7 msgid "SimpleFactory is a simple factory pattern." msgstr "" #: ../../Creational/SimpleFactory/README.rst:9 msgid "" "It differs from the static factory because it is NOT static and as you know:" " static => global => evil!" msgstr "" #: ../../Creational/SimpleFactory/README.rst:12 msgid "" "Therefore, you can have multiple factories, differently parameterized, you " "can subclass it and you can mock-up it." msgstr "" #: ../../Creational/SimpleFactory/README.rst:16 msgid "UML Diagram" msgstr "" #: ../../Creational/SimpleFactory/README.rst:23 msgid "Code" msgstr "" #: ../../Creational/SimpleFactory/README.rst:25 msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/SimpleFactory/README.rst:52 msgid "Test" msgstr ""