Example #1
0
 /**
  * @inheritdoc
  */
 public function output($restaurantId, $output, array $options = [])
 {
     $menu = $this->retrieve($restaurantId);
     $this->output->send($output, $restaurantId, $menu, array_merge(is_array($this->configOutput($output)) ? $this->configOutput($output) : [], $options));
 }