485 Commits

Author SHA1 Message Date
Antonio Spinelli
fc3b6a1608 cs fix 2014-04-16 17:59:03 -03:00
Antonio Spinelli
da35c96b90 fix typo 2014-04-16 15:05:03 -03:00
Antonio Spinelli
6f65ffa58e add simple explanation about creational 2014-04-16 14:56:25 -03:00
Antonio Spinelli
f3fe7e4ed3 add simple explanation about structural 2014-04-16 14:55:16 -03:00
Antonio Spinelli
f1af89ecc6 add simple explanation about behavioral 2014-04-16 14:54:31 -03:00
Antonio Spinelli
06fc97713a add README files 2014-04-16 14:51:11 -03:00
Antonio Spinelli
113f63a54f it was created the Structural namespace and append its patterns 2014-04-15 23:14:39 -03:00
Antonio Spinelli
7bf6593e3f it was created the Creational namespace and append its patterns 2014-04-15 22:59:59 -03:00
Antonio Spinelli
646e0e2fd9 it was created the Behavioral namespace and append its patterns 2014-04-15 22:59:16 -03:00
Antonio Spinelli
2f7837927f merged from master 2014-04-15 22:07:48 -03:00
x25
b9f5414f7d typo 2014-04-14 16:43:25 +04:00
X25
314fc18556 Implemented Memento Pattern 2014-04-13 19:51:37 +04:00
Ulbrec
feaa8daafb Implemented Bridge Pattern 2014-04-12 13:23:00 +02:00
Dominik Liebler
ed291cd959 Merge pull request #80 from irfanevrens/patch-1
Prototype to Pool
2014-04-11 17:46:31 +02:00
İrfan Evrens
01954f1efa Prototype to Pool 2014-04-11 01:28:25 +03:00
Dominik Liebler
978825cb28 Merge pull request #79 from will-b/patch-1
Typo in TemplateMethod/Journey.php comment
2014-04-10 17:56:07 +02:00
will-b
7677d61e4e Typo in TemplateMethod/Journey.php comment
sbclasses -> Subclasses
2014-04-09 23:24:51 +01:00
Dominik Liebler
edcc74be25 Merge pull request #74 from tonicospinelli/test-strategy
testing Strategy Pattern
2014-04-08 20:43:57 +02:00
Dominik Liebler
2ca5c1e692 Merge pull request #72 from xproj/master
private on  $instance attribute
2014-04-08 20:22:35 +02:00
Dominik Liebler
5edf90e1b2 Merge pull request #73 from bosoniq/master
Fixed misspelling in Composite pattern README.md
2014-04-08 20:18:44 +02:00
Dominik Liebler
4ead0be8f5 Merge pull request #77 from svera/patch-1
Update README.md
2014-04-08 20:15:28 +02:00
Dominik Liebler
6c8da12848 Merge pull request #69 from lesterlpena/master
Added missing link to design pattern on Wikipedia
2014-04-08 20:12:27 +02:00
Dominik Liebler
91447c5a37 Merge pull request #76 from johnikx/pool
add object pool pattern
2014-04-08 20:10:56 +02:00
Jan Brecka
65e48b2d30 typo 2014-04-08 11:29:40 +02:00
Jan Brecka
6e937055cf unifies indentation 2014-04-08 11:29:18 +02:00
Sergio Vera
abba609136 Update README.md
Added missing punctuation and formatted variable and class names.
2014-03-27 12:40:48 +01:00
Jan Brecka
d779b1e86a add object pool pattern 2014-03-24 16:51:49 +01:00
Antonio Spinelli
d225a43de7 Behavioral\Iterator restructured 2014-03-24 10:40:08 -03:00
Antonio Spinelli
3e515daa0f Behavioral\Command restructured 2014-03-24 09:14:05 -03:00
Antonio Spinelli
e59d70a0ac start a restructure 2014-03-21 18:03:45 -03:00
bosoniq
30c4e773d3 Fixed misspelling of through
modified:   README.md
2014-03-21 18:39:20 +01:00
Antonio Spinelli
71d894e103 creating a test to Strategy and DateComparator refactored 2014-03-21 14:21:23 -03:00
bosoniq
2b874be525 Fixed misspelling of through
modified:   Composite/README.md
2014-03-21 13:26:55 +01:00
Salvatore Cozzolongo
f815f66436 private on attribute 2014-03-12 11:29:33 +01:00
andrewnester
a0c2a7d638 Repository pattern 2014-03-12 13:11:49 +03:00
Dominik Liebler
b0b0d4a1a4 Merge pull request #70 from cmartinez92/patch-1
Update ArrayConfig.php
2014-03-12 08:59:14 +01:00
Cristian Martínez
7734687188 Update ArrayConfig.php
I think that the sing ";" show error
2014-03-12 01:01:44 -05:00
Lester Pena
11d437c7cd added link to explanation of the pattern on Wikipedia 2014-03-09 13:25:33 -03:00
Lester Pena
678a5b74a9 added link to explanation of the pattern on Wikipedia 2014-03-09 13:23:43 -03:00
maximkou
57e1896408 Fix codesniffer errors 2014-03-02 22:24:19 +04:00
maximkou
0094586f88 Update readme.md 2014-03-02 22:16:59 +04:00
maximkou
bb52f47835 Fix test 2014-03-02 22:01:59 +04:00
maximkou
adec443d9c Delegation pattern 2014-03-02 21:54:04 +04:00
tafax
912bd0c003 Removed the license in test file 2014-02-28 10:17:17 +01:00
tafax
67c26edeb3 Added Service Locator pattern 2014-02-17 16:41:21 +01:00
Dominik Liebler
c232381f3b Merge pull request #65 from SephVelut/patch-1
Typo on comment
2014-02-06 09:09:25 +01:00
dingoEgret
4f74d620a4 Typo on comment 2014-02-05 21:55:04 -05:00
Dominik Liebler
5176c3f6e0 moved texts to README.md 2014-02-05 15:08:53 +01:00
Anton Nizhegorodov
5c36fadf1a Implement InversionOfControl aware DependencyInjection 2014-02-05 15:08:53 +01:00
Dominik Liebler
3114cf1013 Merge pull request #64 from gmsantosxl/master
Add composer on .travis.yml
2014-02-05 14:57:33 +01:00