|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Interface for an IRC server's configuration. More...
Inheritance diagram for Erebot\Interfaces\Config\Server:Public Member Functions | |
| getConnectionURI () | |
| getNetworkCfg () | |
Public Member Functions inherited from Erebot\Interfaces\Config\Proxy | |
| getMainCfg () | |
| getModule ($moduleName) | |
| getModules ($recursive) | |
| getTranslator ($component) | |
| parseBool ($module, $param, $default=null) | |
| parseInt ($module, $param, $default=null) | |
| parseReal ($module, $param, $default=null) | |
| parseString ($module, $param, $default=null) | |
Interface for an IRC server's configuration.
This interface provides the necessary methods to represent the configuration associated with some IRC server.
Definition at line 31 of file Server.php.
| Erebot\Interfaces\Config\Server::getConnectionURI | ( | ) |
Returns the URL to use to connect to this IRC server.
| string | This server's connection URI. |
Implemented in Erebot\Config\Server.
| Erebot\Interfaces\Config\Server::getNetworkCfg | ( | ) |
Returns the IRC network configuration upon which this IRC server configuration depends.
| Erebot::Interfaces::Config::Network | The network configuration associated with this server configuration. |
Implemented in Erebot\Config\Server.