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