function __construct($titleName, $star, $region) { parent::__construct($titleName); $this->setStar($star); $this->setRegion($region); }
function __construct($title, $author) { parent::__construct($title); $this->author = $author; }