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