Exemple #1
0
 public function getInfo()
 {
     return parent::getInfo() . " ist Giftig: " . $this->istGiftig;
 }
Exemple #2
0
 public function getInfo()
 {
     return parent::getInfo() . " maxHoehe: " . $this->maxHoehe;
 }
Exemple #3
0
 public function __construct($art, $pflanzjahr, $preis)
 {
     parent::__construct($art, $pflanzjahr, $preis);
 }