Exemple #1
0
 function __construct()
 {
     echo 'adding ingredient Butter' . "\n";
     $this->setWeigth(5);
     parent::__construct();
 }