Home
last modified time | relevance | path

Searched refs:serverParams (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php50 private $serverParams; variable in GuzzleHttp\\Psr7\\ServerRequest
63 * @param array $serverParams Typically the $_SERVER superglobal
71 array $serverParams = [] argument
73 $this->serverParams = $serverParams;