Esempio n. 1
0
 function __construct($name, $tailLength)
 {
     $this->tailLength = $tailLength;
     parent::__construct($name);
 }
Esempio n. 2
0
 function __construct($name, $color)
 {
     $this->color = $color;
     parent::__construct($name);
 }