コード例 #1
0
ファイル: UserPassword.php プロジェクト: omniphx/forrest
 public function __construct(ClientInterface $client, EventInterface $event, InputInterface $input, RedirectInterface $redirect, StorageInterface $storage, $settings)
 {
     parent::__construct($client, $event, $input, $redirect, $storage, $settings);
 }
コード例 #2
0
ファイル: WebServer.php プロジェクト: omniphx/forrest
 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'];
 }