Commit Graph

61 Commits

Author SHA1 Message Date
Nikita Strelkov
f862fba24e Move usage code exaple to single file and correctly include it
This make code more structured and fix code highlighting problem
2016-10-03 06:25:33 +05:00
Dominik Liebler
2da074e4a0 Merge pull request #239 from chey/patch-1
Update DirectorTest.php
2016-10-01 14:57:48 +02:00
Chey
3c288e10cf Update DirectorTest.php 2016-09-30 13:36:51 -04:00
Konstantin Myakshin
7e2991eee5 Fix creation 2016-09-30 16:17:33 +03:00
Axel Pardemann
fc561c0d18 Merged branch master into translate-template 2016-09-23 11:44:18 -05:00
Dominik Liebler
79f25f8442 #226 fixed Builder 2016-09-23 11:29:28 +02:00
Axel Pardemann
53bc377d88 Added missing PO templates
Also added some punctuation, grammar and style fixes to some RST files.
2016-09-22 12:50:30 -05:00
Dominik Liebler
f03c173eb9 PHP7 AbstractFactory 2016-09-22 15:19:18 +02:00
Dominik Liebler
370ce4dd93 PHP7 SimpleFactory 2016-09-22 15:05:25 +02:00
Dominik Liebler
f4c9af503b PHP7 Prototype 2016-09-22 14:56:44 +02:00
Dominik Liebler
61a6f03f04 PHP7 Pool 2016-09-22 14:16:12 +02:00
Dominik Liebler
7beb1420b4 PHP7 Builder 2016-09-22 13:51:35 +02:00
Dominik Liebler
9f42521e8f PHP7 Builder 2016-09-22 13:36:58 +02:00
Dominik Liebler
4760d898a0 PHP7 FactoryMethod 2016-09-22 13:28:46 +02:00
Dominik Liebler
6a98bcb73b PHP7 Singleton und Multiton 2016-09-22 13:15:24 +02:00
Dominik Liebler
4cf817b143 PHP7 Singleton 2016-09-22 13:07:59 +02:00
Dominik Liebler
e675a5f0ac PHP7 Static Factory 2016-09-22 13:03:03 +02:00
Dominik Liebler
1da5772226 removed superfluous Class comments 2016-09-22 09:18:20 +02:00
Kalinin Alexandr
add59b3cd8 Update Bicycle.php 2016-06-22 15:58:55 +04:00
Christophe Vidal
c8e0c74f46 Fixed style 2016-06-14 08:50:54 +07:00
Alex Nastase
1120fab17d Comment updates in AbstractFactory
Fixed minor typos and punctuation in comments.
2016-03-07 21:37:33 +02:00
SHANG Guokan
327ba2a28c Merge pull request #200 from andrewnester/89-simple-factory
89 - ConcreteFactory changed to SimpleFactory
2016-01-20 00:06:34 +01:00
Andrew Nester
a2c70a0edb 89 - ConcreteFactory changed to SimpleFactory 2016-01-16 17:20:13 +03:00
Andrew Nester
e83e37cc1c 181 - Updated doc for Vehicle class in Builder pattern 2016-01-16 16:29:07 +03:00
Dominik Liebler
fe1f144ec3 Applied fixes from StyleCI 2015-12-21 07:28:20 -05:00
Dominik Liebler
2c655a5cba Merge pull request #192 from marius-rizac/fixed-wrong-singleton-pattern
Fixed wrong implementation of Singleton Pattern
2015-12-18 10:17:55 +01:00
Marius Bogdan
df060dab97 Fixed wrong implementation of Singleton Pattern 2015-12-12 22:44:19 +01:00
Ju
5533d8560a Added usage example on Creational/SimpleFactory 2015-12-10 00:13:07 +01:00
Андрей Собканюк
d9b3cc2eb1 Fix typo in method annotation 2015-08-06 17:54:39 +03:00
Faust
9c3f4f4f3b add wikipedia links on cataloge of pattern 2015-05-31 13:25:04 +02:00
Faust
fa36638e88 use Anonymous Hyperlinks for wikipedia link 2015-05-29 12:11:16 +02:00
Dominik Liebler
8eed6f9c21 Merge pull request #130 from nueckman/codestyle-1
codestyle - remove trailing whitespaces
2015-04-09 21:40:48 +02:00
Faust
23abee8078 sort php files Creational 2015-04-07 22:00:12 +02:00
Faust
ff327e3a0c Change index.rst to README.rst
remove all pattern's README.md
2015-04-05 06:05:24 +02:00
Faust
818c221c78 fix wikipedia links for pdf version 2015-04-05 03:29:00 +02:00
Faust
c609ef5952 add wikipedia link 2015-04-03 10:57:00 +02:00
Faust
9fd800b9f6 fix embed some files and add download link to README.md 2015-04-03 00:24:24 +02:00
Faust
9d91da4153 create TocTree index 2015-04-02 00:16:16 +02:00
Faust
bba8b0df43 execute read-the-docs.sh 2015-04-02 00:03:33 +02:00
Nils Rückmann
2bc3d20e5e codestyle - remove trailing whitespaces 2015-03-27 12:19:20 +01:00
Mayurkumar Vandra
9bfa7687de Updated a Typo in Builder - Director Test 2015-03-01 18:01:49 -05:00
Mayurkumar Vandra
3570576eb0 Including Exception Test 2015-03-01 13:38:17 -05:00
jcherqui
d5b96d139f Validation PSR2 2014-11-05 10:24:28 +01:00
dan-lyn
b4d7824a2b fixed typo and blank line 2014-08-30 14:34:15 +02:00
Dominik Liebler
bc2f33e812 Merge branch 'pr/107' into master 2014-08-24 15:54:50 +02:00
Dominik Liebler
34c12b1d5e Merge pull request #103 from ParamountSoft/patch-4
Update README.md
2014-08-06 17:17:53 +02:00
John Webb
1dabe3c6ed Added Behavioral pattern UMLs 2014-07-31 14:47:55 -05:00
John Webb
658d601507 Added Creational pattern UMLs 2014-07-31 14:34:10 -05:00
John Webb
de431c5126 Added More pattern UMLs 2014-07-31 14:13:53 -05:00
Dominik Liebler
cae77aa5c3 Merge pull request #97 from gabrielbull/patch-1
Corrected typo
2014-07-06 11:03:39 +02:00