Returns the domain of the cloud. |
Signature: getDomain() |
Returns:
String - The domain of the cloud, or an empty string.
|
Example:
Returns the domain of the cloud. $domain = $myCloud->getDomain(); |
Returns the port of the cloud. |
Signature: getPort() |
Returns:
String - The port of the cloud, or an empty string.
|
Example:
Returns the port of the cloud. $port = $myCloud->getPort(); |
Returns the path of the cloud. |
Signature: getPath() |
Returns:
String - The path of the cloud, or an empty string.
|
Example:
Returns the path of the cloud. $path = $myCloud->getPath(); |
Returns the register procedure value of the cloud. |
Signature: getRegisterProcedure() |
Returns:
String - The register procedure value of the cloud, or an empty string.
|
Example:
Returns the register procedure value of the cloud. $regProc = $myCloud->getRegisterProcedure(); |
Returns the protocol of the cloud. |
Signature: getProtocol() |
Returns:
String - The protocol of the cloud, or an empty string.
|
Example:
Returns the protocol of the cloud. $protocol = $myCloud->getProtocol(); |