|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Interface for an object that uses a collation. More...
Inheritance diagram for Erebot\Interfaces\Collated:Public Member Functions | |
| getCollator () | |
| setCollator (\Erebot\Interfaces\IrcCollator $collator) | |
Interface for an object that uses a collation.
Definition at line 27 of file Collated.php.
| Erebot\Interfaces\Collated::getCollator | ( | ) |
Returns the collator associated with this connection.
| Erebot::Interfaces::IrcCollator | The collator currently in use for this connection. |
Implemented in Erebot\IrcConnection.
| Erebot\Interfaces\Collated::setCollator | ( | \Erebot\Interfaces\IrcCollator | $collator | ) |
Sets the collator associated with this connection.
| Erebot::Interfaces::IrcCollator | $collator | The new collator to use. |