mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-26 06:19:20 +02:00
README Adapter
This commit is contained in:
@@ -5,7 +5,7 @@ namespace DesignPatterns\Adapter;
|
||||
/**
|
||||
* EBookAdapter is an adapter to fit an e-book like a paper book
|
||||
*
|
||||
* This is the adapter here. Notice it implemennts PaperBookInterface,
|
||||
* This is the adapter here. Notice it implements PaperBookInterface,
|
||||
* therefore you don't have to change the code of the client which using paper book.
|
||||
*/
|
||||
class EBookAdapter implements PaperBookInterface
|
||||
|
Reference in New Issue
Block a user