Deprecated
Table of Contents
AbstractReportingCloud.php |
AbstractReportingCloud.php
Line | Element | Reason |
---|---|---|
357 | AbstractReportingCloud::getUsername() | Use $this->getApiKey(): string instead |
371 | AbstractReportingCloud::setUsername() | Use $this->setApiKey(string $apiKey): self instead |
383 | AbstractReportingCloud::getPassword() | Use $this->getApiKey() instead |
397 | AbstractReportingCloud::setPassword() | Use $this->setApiKey(string $apiKey): self instead |
288 | AbstractReportingCloud::$username | Use $this->apiKey instead |
295 | AbstractReportingCloud::$password | Use $this->apiKey instead |