示例#1
0
 function __construct($name, $tailLength)
 {
     $this->tailLength = $tailLength;
     parent::__construct($name);
 }
示例#2
0
 function __construct($name, $color)
 {
     $this->color = $color;
     parent::__construct($name);
 }