public function InformationHeaders::setEnvironment in Auth0 Single Sign On 8.2
@codeCoverageIgnore - Deprecated
Parameters
string $name Dependency or platform name.:
string $version Dependency or platform version.:
Return value
void
Deprecated
5.4.0, use $this->setEnvProperty() instead.
File
- vendor/
auth0/ auth0-php/ src/ API/ Helpers/ InformationHeaders.php, line 133
Class
- InformationHeaders
- Class InformationHeaders Builds, extends, modifies, and formats SDK telemetry data.
Namespace
Auth0\SDK\API\HelpersCode
public function setEnvironment($name, $version) {
$this
->setEnvProperty($name, $version);
}