Exemple #1
0
 public function __construct($nom, $pv = null, $atk = null, $atkm = null)
 {
     parent::__construct($nom, $pv, $atk);
     $this->atkm = $atkm;
 }