Erebot  latest
A modular IRC bot for PHP 5.3+
Erebot\Interfaces\Config\Server Interface Reference

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)
 

Detailed Description

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.

Member Function Documentation

Erebot\Interfaces\Config\Server::getConnectionURI ( )

Returns the URL to use to connect to this IRC server.

Return values
stringThis 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.

Return values
Erebot::Interfaces::Config::NetworkThe network configuration associated with this server configuration.

Implemented in Erebot\Config\Server.


The documentation for this interface was generated from the following file: