Commit Graph

317 Commits

Author SHA1 Message Date
feaa8daafb Implemented Bridge Pattern 2014-04-12 13:23:00 +02:00
978825cb28 Merge pull request #79 from will-b/patch-1
Typo in TemplateMethod/Journey.php comment
2014-04-10 17:56:07 +02:00
7677d61e4e Typo in TemplateMethod/Journey.php comment
sbclasses -> Subclasses
2014-04-09 23:24:51 +01:00
edcc74be25 Merge pull request #74 from tonicospinelli/test-strategy
testing Strategy Pattern
2014-04-08 20:43:57 +02:00
2ca5c1e692 Merge pull request #72 from xproj/master
private on  $instance attribute
2014-04-08 20:22:35 +02:00
5edf90e1b2 Merge pull request #73 from bosoniq/master
Fixed misspelling in Composite pattern README.md
2014-04-08 20:18:44 +02:00
4ead0be8f5 Merge pull request #77 from svera/patch-1
Update README.md
2014-04-08 20:15:28 +02:00
6c8da12848 Merge pull request #69 from lesterlpena/master
Added missing link to design pattern on Wikipedia
2014-04-08 20:12:27 +02:00
91447c5a37 Merge pull request #76 from johnikx/pool
add object pool pattern
2014-04-08 20:10:56 +02:00
65e48b2d30 typo 2014-04-08 11:29:40 +02:00
6e937055cf unifies indentation 2014-04-08 11:29:18 +02:00
abba609136 Update README.md
Added missing punctuation and formatted variable and class names.
2014-03-27 12:40:48 +01:00
d779b1e86a add object pool pattern 2014-03-24 16:51:49 +01:00
30c4e773d3 Fixed misspelling of through
modified:   README.md
2014-03-21 18:39:20 +01:00
71d894e103 creating a test to Strategy and DateComparator refactored 2014-03-21 14:21:23 -03:00
2b874be525 Fixed misspelling of through
modified:   Composite/README.md
2014-03-21 13:26:55 +01:00
f815f66436 private on attribute 2014-03-12 11:29:33 +01:00
b0b0d4a1a4 Merge pull request #70 from cmartinez92/patch-1
Update ArrayConfig.php
2014-03-12 08:59:14 +01:00
7734687188 Update ArrayConfig.php
I think that the sing ";" show error
2014-03-12 01:01:44 -05:00
11d437c7cd added link to explanation of the pattern on Wikipedia 2014-03-09 13:25:33 -03:00
678a5b74a9 added link to explanation of the pattern on Wikipedia 2014-03-09 13:23:43 -03:00
57e1896408 Fix codesniffer errors 2014-03-02 22:24:19 +04:00
0094586f88 Update readme.md 2014-03-02 22:16:59 +04:00
bb52f47835 Fix test 2014-03-02 22:01:59 +04:00
adec443d9c Delegation pattern 2014-03-02 21:54:04 +04:00
912bd0c003 Removed the license in test file 2014-02-28 10:17:17 +01:00
67c26edeb3 Added Service Locator pattern 2014-02-17 16:41:21 +01:00
c232381f3b Merge pull request #65 from SephVelut/patch-1
Typo on comment
2014-02-06 09:09:25 +01:00
4f74d620a4 Typo on comment 2014-02-05 21:55:04 -05:00
5176c3f6e0 moved texts to README.md 2014-02-05 15:08:53 +01:00
5c36fadf1a Implement InversionOfControl aware DependencyInjection 2014-02-05 15:08:53 +01:00
3114cf1013 Merge pull request #64 from gmsantosxl/master
Add composer on .travis.yml
2014-02-05 14:57:33 +01:00
f1f99d86f2 run composer install on travis.ci 2014-02-04 10:52:35 -02:00
cad386e65f improve documentation about the code style 2014-02-04 11:04:35 +01:00
accd7c7ecf run test suit using composer autoload
Other improvements:
 - Move phpunit.xml to phpunit.xml.dist
 - Remove deprecated Tests/bootstrap.php
2014-02-04 11:04:35 +01:00
00f1503a44 add composer
Added as a dependencies:
 - PHPUnit to allow run the test suit
 - PHP CodeSniffer to allow check the code style
2014-02-04 11:04:35 +01:00
33db535ac6 Merge pull request #63 from lleitep3/patch-1
Change Hard code by $key, $val
2014-01-30 07:39:07 -08:00
bd51037d21 Change Hard code by $key, $val 2014-01-30 11:59:25 -02:00
a813157de1 fixed misspellings of dependent 2014-01-27 18:13:47 +01:00
75768be92f Merge pull request #57 from zackkatz/patch-1
Spelling update
2014-01-27 09:08:31 -08:00
299e4074da Spelling update 2013-12-10 12:59:35 -07:00
8321d06e9f fix typo 2013-12-06 02:50:24 -08:00
30dd20d6c7 Merge remote-tracking branch 'hugeval/SingletonDiagram' 2013-12-06 10:22:14 +01:00
645e6e1440 added README and fixed abstract method for Specification 2013-12-06 10:19:44 +01:00
73b2ba96fc Merge remote-tracking branch 'memsb/master' 2013-12-06 10:14:52 +01:00
22fc211c14 Spelling fix in README 2013-12-05 17:02:52 -08:00
fc78f0636c Merge pull request #50 from johnikx/prototype-improvement
added missing barPrototype
2013-12-03 01:48:56 -08:00
faefa64e2f Singleton Diagram 2013-11-29 15:06:20 +02:00
6edac3f229 Added Specification pattern 2013-11-24 22:30:06 +00:00
b84ed08929 add missing barPrototype 2013-11-20 22:25:03 +01:00