Exemplo n.º 1
0
 public function makeHoney(HoneyPoolInterface $honeyPool)
 {
     $honeyPool->bringHoney(self::HONEY_AMOUNT);
 }