/** * {@inheritdoc} */ public function __construct(WebApp $webApp, Dispatcher $events, ApiClient $api) { parent::__construct($webApp, $events); $this->api = $api; }
/** * {@inheritdoc} */ public function __construct(WebApp $webApp, Dispatcher $events, Client $api, UrlGenerator $url) { parent::__construct($webApp, $events); $this->api = $api; $this->url = $url; }