Esempio n. 1
0
 public function __construct(ClientInterface $client, EventInterface $event, InputInterface $input, RedirectInterface $redirect, StorageInterface $storage, $settings)
 {
     parent::__construct($client, $event, $input, $redirect, $storage, $settings);
 }
Esempio n. 2
0
 public function __construct(ClientInterface $client, EventInterface $event, InputInterface $input, RedirectInterface $redirect, StorageInterface $storage, $settings)
 {
     parent::__construct($client, $event, $input, $redirect, $storage, $settings);
     $this->parameters = $this->settings['parameters'];
 }