cs Adapter

This commit is contained in:
Dominik Liebler
2013-09-11 16:06:13 +02:00
parent bead52e9e9
commit ed3bc7f2ec
2 changed files with 9 additions and 3 deletions

View File

@@ -14,7 +14,9 @@ namespace DesignPatterns\Adapter;
*/
class EBookAdapter implements PaperBookInterface
{
/**
* @var EBookInterface
*/
protected $eBook;
/**