Esempio n. 1
0
 public function getInfo()
 {
     return parent::getInfo() . " maxHoehe: " . $this->maxHoehe;
 }
Esempio n. 2
0
 public function getInfo()
 {
     return parent::getInfo() . " ist Giftig: " . $this->istGiftig;
 }