コード例 #1
0
ファイル: animal.php プロジェクト: andersontr15/PHP--Animal
 public function __construct($name)
 {
     parent::__construct($name);
     $this->health = 170;
 }