Mario Simão
|
56970cc221
|
style: Adopt PSR12
Dev dependency flyeralarm/php-code-validator has been removed.
Closes #444
|
2021-10-01 10:26:04 -03:00 |
|
Dominik Liebler
|
4678b5d86f
|
PHP8
|
2021-04-12 14:04:45 +02:00 |
|
Ana Carolina Lima Hamud
|
998da795dd
|
Fix links to the main branch
|
2020-06-20 11:27:02 -03:00 |
|
Biplav Subedi
|
f6c47b1e4d
|
Returned proper object on WinWriterFactory
|
2019-09-13 12:50:08 +05:45 |
|
Dominik Liebler
|
e3fd6631b5
|
Abstract factory (#366)
* rewrite of the Abstract Factory pattern
* update composer deps
* fixed argument to json_encode which cannot be null
|
2019-09-03 18:40:18 +02:00 |
|
Dominik Liebler
|
5fb2980b45
|
add psalm and travis check
|
2019-08-31 14:31:01 +02:00 |
|
Dominik Liebler
|
e02bcea33f
|
put declare() in the same line as the php tag
|
2019-08-19 18:11:49 +02:00 |
|
Dominik Liebler
|
26b1f209e2
|
remove UML files as only PNGs are used
|
2019-08-19 16:55:54 +02:00 |
|
Dominik Liebler
|
db3032cd48
|
removed not used uml.svg
|
2019-08-19 16:48:14 +02:00 |
|
Dominik Liebler
|
de5c0c929c
|
explicitely set script_types=1
|
2019-08-17 21:58:04 +02:00 |
|
Dominik Liebler
|
8dd39599e7
|
more simple an concise example of AbstractFactory
|
2019-02-25 21:48:29 +01:00 |
|
Wilson_Yang
|
f9b4da7677
|
Fixed the line break for Windows
Unit testing cannot pass here when using Windows
|
2019-02-24 16:13:57 +08:00 |
|
Koray
|
2821ec337d
|
Make the subject genderless
|
2018-12-20 11:14:46 +01:00 |
|
Marc Verney
|
643b0539d1
|
Fix CsvParser skipping all rows when OPTION_CONTAINS_HEADER is true
|
2018-12-04 09:47:31 +01:00 |
|
Dominik Liebler
|
5954a570a8
|
refactored AbstractFactory
|
2018-06-15 18:47:18 +02:00 |
|
Kerem Güneş
|
bfe62d5f1a
|
The "protected" keyword should be used in order to subclasses to use that property. Otherwise, saying "$this->text = $text" is not making sense for extender objects.
|
2017-12-09 21:21:37 +03:00 |
|
Sara Bine
|
2f467febbf
|
Improve grammar: these code > this code
|
2017-04-03 19:14:10 -06: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 |
|
Dominik Liebler
|
f03c173eb9
|
PHP7 AbstractFactory
|
2016-09-22 15:19:18 +02:00 |
|
Dominik Liebler
|
1da5772226
|
removed superfluous Class comments
|
2016-09-22 09:18:20 +02:00 |
|
Alex Nastase
|
1120fab17d
|
Comment updates in AbstractFactory
Fixed minor typos and punctuation in comments.
|
2016-03-07 21:37:33 +02:00 |
|
Dominik Liebler
|
fe1f144ec3
|
Applied fixes from StyleCI
|
2015-12-21 07:28:20 -05: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
|
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 |
|
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
|
c98bc8326f
|
Merge commit 'refs/pull/origin/86'
|
2014-06-06 09:17:33 +02:00 |
|
Antonio Spinelli
|
0c774a89e4
|
create a Test folder for each pattern
|
2014-05-05 12:02:29 -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
|
e59d70a0ac
|
start a restructure
|
2014-03-21 18:03:45 -03:00 |
|