PluginConfigInterface
Table of Contents
- $protocolScheme : string|null
- Protocol to use for clients connecting to the plugin.
- $socket : string|null
- $types : array<string|int, PluginInterfaceType>|null
- getProtocolScheme() : string|null
- Protocol to use for clients connecting to the plugin.
- getSocket() : string|null
- getTypes() : array<string|int, PluginInterfaceType>|null
- setProtocolScheme() : self
- Protocol to use for clients connecting to the plugin.
- setSocket() : self
- setTypes() : self
Properties
$protocolScheme
Protocol to use for clients connecting to the plugin.
protected
string|null
$protocolScheme
$socket
protected
string|null
$socket
$types
protected
array<string|int, PluginInterfaceType>|null
$types
Methods
getProtocolScheme()
Protocol to use for clients connecting to the plugin.
public
getProtocolScheme() : string|null
Return values
string|null —getSocket()
public
getSocket() : string|null
Return values
string|null —getTypes()
public
getTypes() : array<string|int, PluginInterfaceType>|null
Return values
array<string|int, PluginInterfaceType>|null —setProtocolScheme()
Protocol to use for clients connecting to the plugin.
public
setProtocolScheme(string|null $protocolScheme) : self
Parameters
- $protocolScheme : string|null
Return values
self —setSocket()
public
setSocket(string|null $socket) : self
Parameters
- $socket : string|null
Return values
self —setTypes()
public
setTypes(array<string|int, PluginInterfaceType>|null $types) : self
Parameters
- $types : array<string|int, PluginInterfaceType>|null