Scalr\Api\Service\Account\V1beta0\Controller\Environments::getCloudCredsController PHP Method

getCloudCredsController() public method

Gets CloudCredentials controller
public getCloudCredsController ( ) : CloudCredentials
return Scalr\Api\Service\User\V1beta0\Controller\CloudCredentials
    public function getCloudCredsController()
    {
        if (empty($this->cloudCredsController)) {
            $this->cloudCredsController = $this->getContainer()->api->controller(CloudCredentials::class);
        }
        return $this->cloudCredsController;
    }