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