1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed OrCollectionTest to met new API More... over 11 years ago
Refactored directory structure of Example\Table to fit to autoloading requirements More... over 11 years ago
Added missing exception to use
artodeto
as stevleibelt
More... over 11 years ago
Added magic __call method to collection.
artodeto
as stevleibelt
More... over 11 years ago
Merge branch 'master' of https://github.com/stevleibelt/php_component_requirement More... over 11 years ago
Added new tests for OrCollection and Requirement Changed behaviour of items initialization in AbstractItemCollection More... over 11 years ago
Removed echo
artodeto
as stevleibelt
More... over 11 years ago
Added debugging echo to Requirement
artodeto
as stevleibelt
More... over 11 years ago
Example can be called by php examples/Table/Example.php
artodeto
as stevleibelt
More... over 11 years ago
Started Table Example
artodeto
as stevleibelt
More... over 11 years ago
Replaced magic __set with magic __call
artodeto
as stevleibelt
More... over 11 years ago
Added todo
artodeto
as stevleibelt
More... over 11 years ago
Updated example
artodeto
as stevleibelt
More... over 11 years ago
Removed ```
artodeto
as stevleibelt
More... over 11 years ago
Added packagist link
artodeto
as stevleibelt
More... over 11 years ago
Renamved ItemCollectionInterface to CollectionInterface and AbstractItemCollection to AbstractCollection
artodeto
as stevleibelt
More... over 11 years ago
Adapted ItemCollectionInterface, renamed add to addItem
artodeto
as stevleibelt
More... over 11 years ago
Removed creation of a collection if you call addItem since it is only important that everything is implementing the IsMetInterface
artodeto
as stevleibelt
More... over 11 years ago
Added thanks section
artodeto
as stevleibelt
More... over 11 years ago
Removed ItemInterface and replaced usage with IsMetInterface
artodeto
as stevleibelt
More... over 11 years ago
Finished AndCollectionTest More... over 11 years ago
Merge branch 'master' of https://github.com/stevleibelt/php_component_requirement More... over 11 years ago
Enabled and setup PHPUnit Impl. first test for AndCollection More... over 11 years ago
Changed test-dirname to tests More... over 11 years ago
Changed collection handeling in requirement to SplObjectStorage
artodeto
as stevleibelt
More... over 11 years ago
Added jens wiese as author
artodeto
as stevleibelt
More... over 11 years ago
Cleaned up code. Removed unneeded classes and adapted phpDoc
artodeto
as stevleibelt
More... over 11 years ago
Removed todos
artodeto
as stevleibelt
More... over 11 years ago
Renamed storage to items
artodeto
as stevleibelt
More... over 11 years ago
Switched from array to SplObjectStorage
artodeto
as stevleibelt
More... over 11 years ago