Пример #1
0
 public function __construct(ClientInterface $client, EventInterface $event, InputInterface $input, RedirectInterface $redirect, StorageInterface $storage, $settings)
 {
     parent::__construct($client, $event, $input, $redirect, $storage, $settings);
 }
Пример #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'];
 }