Ejemplo n.º 1
0
 function __construct($length, $price, $width, $height, $depth)
 {
     parent::__construct($price, $width, $height, $depth);
     $this->length = $length;
 }
Ejemplo n.º 2
0
 function __construct($author, $pages, $price, $width, $height, $depth)
 {
     parent::__construct($price, $width, $height, $depth);
     $this->pages = $pages;
     $this->author = $author;
 }