bbAuthor = $author_in; $this->bbTitle = $title_in; if ('STARS' == $choice_in) { $this->bbImp = new BridgeBookStarsImp(); } else { $this->bbImp = new BridgeBookCapsImp(); } } function showAuthor() { return $this->bbImp->showAuthor($this->bbAuthor); } function showTitle() { return $this->bbImp->showTitle($this->bbTitle); } } ?>