eBook = $ebook; } /** * This cass makes the proper translation from one interface to another */ public function open() { $this->eBook->pressStart(); } public function turnPage() { $this->eBook->pressNext(); } }