21 namespace Erebot\Config;
47 \Erebot\Interfaces\Config\
Network $netCfg,
48 \SimpleXMLElement $xml
50 parent::__construct($netCfg, $xml);
51 $this->connectionURI = array_filter(
52 explode(
' ', (
string) $xml[
'url'])
__construct(\Erebot\Interfaces\Config\Network $netCfg,\SimpleXMLElement $xml)
This class contains the configuration for an IRC network.
$proxified
Reference to a proxified object.
$connectionURI
An array of URI to follow to connect to this IRC(S) server.
This class contains the configuration for an IRC server.
A configuration proxy which cascades settings.