IInstance
in
Provides some basic info about a remote Nextcloud instance
Tags
Attributes
- #[Consumable]
- $since: '13.0.0'
Table of Contents
Methods
- getFullUrl() : string
- getProtocol() : "http"|"https"
- getUrl() : string
- getVersion() : string
- isActive() : bool
- Check that the remote server is installed and not in maintenance mode
Methods
getFullUrl()
public
getFullUrl() : string
Tags
Return values
string —The of the remote server with protocol
getProtocol()
public
getProtocol() : "http"|"https"
Tags
Return values
"http"|"https"getUrl()
public
getUrl() : string
Tags
Return values
string —The url of the remote server without protocol
getVersion()
public
getVersion() : string
Tags
Return values
string —The full version string in '13.1.2.3' format
isActive()
Check that the remote server is installed and not in maintenance mode
public
isActive() : bool