21 namespace Erebot\Config;
51 \SimpleXMLElement $xml
53 parent::__construct($netCfg, $xml);
54 $this->name = (string) $xml[
'name'];
__construct(\Erebot\Interfaces\Config\Network $netCfg,\SimpleXMLElement $xml)
Contains the configuration for an IRC channel.
This class contains the configuration for an IRC network.
$name
The name of the channel this configuration refers to.
A configuration proxy which cascades settings.
$netCfg
Netword configuration configuration this object depends on.