https://github.com/levidurfee/adapter-pattern
https://github.com/levidurfee/adapter-pattern
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/levidurfee/adapter-pattern
- Owner: levidurfee
- Created: 2016-12-01T00:24:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T03:14:51.000Z (over 9 years ago)
- Last Synced: 2025-02-27T00:50:27.957Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adapter pattern
How would you handle implementing the `fillUp` method in
the [CarAdapter](https://github.com/levidurfee/adapter-pattern/blob/master/src/Adapters/CarAdapter.php#L27) class?
How do you make an adapter for interfaces that have different parameters?