68 Commits

Author SHA1 Message Date
Igor
7fd7b41a8b
Fixed mistype in Repository readme
There was `InMemoryPersistence.php` dublicate instead `Persistence.php`
2018-06-16 12:35:20 +02:00
Dominik Liebler
a494c07255 removed delegation as it is not a pattern but merely a concept in OOP 2018-06-14 21:14:53 +02:00
Dominik Liebler
6c726d66b7 introduced PostId and PostStatus and changed naming from Storage to Persistence 2018-06-14 18:28:40 +02:00
Dominik Liebler
2ab82dbfbf Repository is supposed to generate IDs 2018-06-14 17:45:45 +02:00
Dominik Liebler
4cb353fe3e introduced sub-namespace Domain 2018-06-14 17:19:47 +02:00
Dominik Liebler
477a6d623a introduced Storage interface 2018-06-14 17:17:58 +02:00
Miroslav Trninic
bb22ef0e0f fix test annotation and one line separation issues 2018-05-13 19:19:53 +02:00
Miroslav Trninic
63220c73c6 Fix formatting (new line before comment) 2018-04-30 21:46:36 +02:00
Miroslav Trninic
b4599ec67c enhance delegation example 2018-04-29 15:55:54 +02:00
Stas Pavlovichev
9ccf6e8fc5 Fix test name 2017-10-22 16:46:38 +03:00
Sara Bine
8d73f125ee Fix RepositoryTest class name 2017-04-05 17:44:28 -06: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
Philiphil
635dc38fc0 Update README.rst
fixed typo
2016-12-21 12:11:42 +01:00
Diego Mariani
9206851f21 service locator is anti-pattern 2016-11-29 10:47:13 +01:00
diwipl
fadf0f15cf Update PostRepository.php
sprintf function in findById method was missing second argument.
2016-10-11 21:27:46 +02:00
Axel Pardemann
fc561c0d18 Merged branch master into translate-template 2016-09-23 11:44:18 -05: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
f55008ddc7 PHP7 ServiceLocator 2016-09-22 18:55:46 +02:00
Dominik Liebler
6ac29916c3 PHP7 More 2016-09-22 18:32:37 +02:00
Dominik Liebler
461d612b91 PHP7 More 2016-09-22 15:51:45 +02:00
Dominik Liebler
2b1de13391 PHP7 Delegation 2016-09-22 15:28:46 +02:00
Dominik Liebler
1da5772226 removed superfluous Class comments 2016-09-22 09:18:20 +02:00
James LaChance
118c37adab DRY more things! 2016-09-18 13:02:28 -04:00
shangguokan
557ac019b1 update all .po files 2016-06-04 01:16:55 +02:00
Dominik Liebler
fe1f144ec3 Applied fixes from StyleCI 2015-12-21 07:28:20 -05:00
ftwbzhao
0e774e3961 [Repository] fix namespace 2015-12-09 18:07:18 +08:00
Pete Houston
1f21cc5d02 Correct the EAV link 2015-11-25 10:36:30 +07:00
ftwbzhao
ba63419d83 [EAV] keep unit test code consistency 2015-11-16 22:36:46 +08:00
ftwbzhao
115dd3bdb3 [EAV] Value::setAttribute add return this 2015-11-16 13:52:07 +08:00
ルカス
97eecc59a5 Add EAV pattern to readme.md file 2015-10-21 05:16:36 -02:00
Dominik Liebler
8c7054ce47 Merge pull request #163 from bocharsky-bw/eav
Add Entity-Attribute-Value (EAV) pattern
2015-08-26 11:29:10 +02:00
victor
a2d372d4bb Refactor with SplObjectStorage 2015-08-25 10:32:12 +03:00
victor
47c323d36b Simplify tests: Avoid to remove random value 2015-08-25 10:08:49 +03:00
Victor
cf0a0b353b Fix annotation multiple types for tests 2015-08-23 01:03:00 +03:00
Victor
c61f84c49f Fix annotation multiple types 2015-08-23 00:55:42 +03:00
victor
fb8432d5ac Fix PHP 7 tests 2015-08-21 12:55:55 +03:00
victor
905da079be Add missing sections to README file 2015-08-21 12:34:29 +03:00
victor
4d3b024c71 Add UNL diagram 2015-08-21 12:26:43 +03:00
victor
eda331e483 Fix tests for PHP 5.3 2015-08-19 17:28:30 +03:00
victor
a4defb2112 Add unit tests and usage example to README 2015-08-19 15:52:10 +03:00
Jasmine Hegman
3ea4bf7603 Further explaining the pattern 2015-07-23 16:31:44 -07:00
Jasmine Hegman
5e68293513 Filling out some basic readme 2015-07-23 16:28:49 -07:00
victor
013c358a1b Add README template 2015-07-21 11:07:31 +03:00
victor
f5c075f02d Fix bugs and include Composer autoloader to example.php 2015-07-21 10:57:01 +03:00
victor
1b068456c1 Add Entity-Attribute-Value (EAV) pattern 2015-07-20 18:32:30 +03: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