public function __toString()
 {
     return parent::__toString() . "<br>Color: {$this->color}";
 }
 public function __toString()
 {
     return parent::__toString();
 }
Esempio n. 3
0
 public function __toString()
 {
     return parent::__toString() . "<br>Velocidades: {$this->velocidades}" . "<br>Tipo: {$this->tipo}";
 }