|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Interface for a connection factory. More...
Inheritance diagram for Erebot\Interfaces\ConnectionFactory:Public Member Functions | |
| newConnection ($bot, $config) | |
Interface for a connection factory.
Definition at line 27 of file ConnectionFactory.php.
| Erebot\Interfaces\ConnectionFactory::newConnection | ( | $bot, | |
| $config | |||
| ) |
Create a new connection.
| Erebot::Interfaces::Core | $bot | An instance of the bot. |
| Erebot::Interfaces::Config::Server | $config | An instance of a server configuration. |
| Erebot::Interfaces::Connection | The new connection. |
Implemented in Erebot\ConnectionFactory.