105 Commits

Author SHA1 Message Date
Dominik Liebler
617754573c removed ...Interface suffix and added 2nd service to Bridge example 2018-11-06 20:33:42 +01:00
Samuel NELA
16d6f8740d Replaced with strict assertions 2018-09-29 16:27:21 +02:00
Dominik Liebler
f0f5ee9bef Refactored Decorator pattern 2018-06-22 10:11:47 +02:00
Dominik Liebler
4c0fbf4a7c refactored Decorator pattern 2018-06-22 10:09:25 +02:00
Dominik Liebler
0f4da347d4 fixed Proxy tests 2018-06-14 22:56:26 +02:00
Dominik Liebler
ea85485b85 Refactored example of Proxy pattern 2018-06-14 22:17:14 +02:00
Carl Whittick
c182e09248
Added a missing word to the Readme 2018-05-10 08:45:11 +01:00
Kerem Güneş
26eb70713a Add markdown flavors for objects. 2017-12-11 05:15:34 +03:00
Eugene
0da15dec7f Update RendererDecorator.php
The Decorator MUST implement the RenderableInterface contract.
2017-04-19 12:13:41 +03:00
Sara Bine
2f467febbf Improve grammar: these code > this code 2017-04-03 19:14:10 -06:00
Sara Bine
ce830c499d Fix typo: implemenation > implementation 2017-04-03 19:13:41 -06:00
Patrick Zeinert
4f606a3dda Change PaperBookInterface to BookInterface
It looks like the file name was updated in a few places, but not properly changed in the include line.
2017-03-29 12:12:43 -04:00
Fabri Di Napoli
894dbc033b Merge branch 'master' into feature/class-instead-of-namespace 2017-03-09 10:35:23 +01:00
Fabri Di Napoli
5df6eec070 Adapt Unit Tests code to PHPUnit 6 2017-03-09 00:35:08 +01:00
Fabri Di Napoli
10ee886fe1 Use class constant instead of hardcoded namespace 2017-03-09 00:14:31 +01:00
Fabri Di Napoli
eb3b8529b6 Use class constant instead of hardcoded namespace 2017-03-08 23:59:36 +01:00
Fabri Di Napoli
83ed248e17 Remove unused import 2017-03-08 23:57:44 +01:00
Matt Campbell
4f7d797567 Composite Test: Add information about nested forms
Add information for composite pattern test to hopefully
help to not mislead anyone viewing this test, into thinking
that they can nest HTML form elements.

Closes #264
2017-02-17 20:16:41 +00:00
Dominik Liebler
b43ed2ce77 generated Adapter UML 2017-01-10 08:17:15 +01:00
Axel Pardemann
fc561c0d18 Merged branch master into translate-template 2016-09-23 11:44:18 -05:00
Dominik Liebler
d4972f03fc fixed Composite UML 2016-09-23 15:41:28 +02:00
Dominik Liebler
46e8d3cbe6 PHP7 Registry 2016-09-23 10:47:29 +02:00
Dominik Liebler
281714cd58 PHP7 Proxy 2016-09-23 10:38:34 +02:00
Dominik Liebler
2e287acdf7 PHP7 Flyweight 2016-09-23 10:34:53 +02:00
Dominik Liebler
de196765cf PHP7 FluentInterface 2016-09-23 10:24:23 +02:00
Dominik Liebler
b556436fa2 PHP7 Facade 2016-09-23 10:19:17 +02:00
Dominik Liebler
e6c67c5da5 PHP7 Dependency Injection 2016-09-23 10:12:59 +02:00
Dominik Liebler
1f9348d9a8 PHP7 Decorator 2016-09-22 21:16:43 +02:00
Dominik Liebler
243456b2da PHP7 DataMapper 2016-09-22 21:04:16 +02:00
Dominik Liebler
320dc3c6bf PHP7 Composite 2016-09-22 20:44:28 +02:00
Dominik Liebler
72f32359c6 PHP7 Bridge 2016-09-22 20:33:24 +02:00
Dominik Liebler
d151e309c5 PHP7 Adapter 2016-09-22 20:09:07 +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
1da5772226 removed superfluous Class comments 2016-09-22 09:18:20 +02:00
Dominik Liebler
95ad95c33e On to PHP7^! 2016-09-21 17:23:20 +02:00
Dominik Liebler
c6ee057b4b Merge pull request #223 from Jeloo/bridge_vehicle_fix
Make the method abstract on the Bridhe pattern
2016-09-21 14:48:30 +02:00
James LaChance
5189a7342c DRY things up a bit 2016-09-17 23:51:58 -04:00
nikita.strelkov
3c67d5af70 Generate UML diagram for Flyweight 2016-09-01 15:39:42 +05:00
Jeloo
5e872d89ff Make the method abstract on the Bridhe pattern 2016-06-23 22:35:11 +03:00
Dominik Liebler
9ef1f8bb0b Merge pull request #221 from krizalys/fix-style
Fixed style
2016-06-16 15:06:14 +02:00
Christophe Vidal
ca3a8b2f29 Fixed typo 2016-06-14 22:27:25 +07:00
Christophe Vidal
c8e0c74f46 Fixed style 2016-06-14 08:50:54 +07:00
shangguokan
557ac019b1 update all .po files 2016-06-04 01:16:55 +02:00
michael chrisco
0870927cef Spelling over Test case 2016-05-25 08:07:40 -07:00
Dominik Liebler
acdef3f6e9 fixed return type of RendererInterface 2016-05-13 10:23:19 +02:00
Dominik Liebler
3fcf860cf3 Fixed style 2016-04-07 08:59:31 +02:00
Dominik Liebler
d9d3f12132 added README.rst to FlyweightFactory 2016-04-07 08:53:37 +02:00
Dominik Liebler
b8e602f66d fixed CS issues 2016-04-07 08:41:33 +02:00
Dominik Liebler
ef0226efa1 Merge branch 'master' into flyweight 2016-04-07 08:37:35 +02:00
Petr Jurasek
730316c11b Add an dot 2016-03-24 10:07:07 +01:00