mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-08 16:06:31 +02:00
cs Adapter
This commit is contained in:
@@ -14,7 +14,9 @@ namespace DesignPatterns\Adapter;
|
||||
*/
|
||||
class EBookAdapter implements PaperBookInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @var EBookInterface
|
||||
*/
|
||||
protected $eBook;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user