|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Interface to represent a numeric message. More...
Inheritance diagram for Erebot\Interfaces\Event\Numeric:Public Member Functions | |
| getCode () | |
Public Member Functions inherited from Erebot\Interfaces\Event\Base\Generic | |
| getConnection () | |
| preventDefault ($prevent=null) | |
Public Member Functions inherited from Erebot\Interfaces\Event\Base\Source | |
| getSource () | |
Public Member Functions inherited from Erebot\Interfaces\Event\Base\Target | |
| getTarget () | |
Public Member Functions inherited from Erebot\Interfaces\Event\Base\Text | |
| getText () | |
Interface to represent a numeric message.
This interface provides the necessary methods to represent a numeric message from an IRC server.
Definition at line 30 of file Numeric.php.
| Erebot\Interfaces\Event\Numeric::getCode | ( | ) |
Returns the numeric code associated with the current message.
| int | The numeric code of this message. |
Implemented in Erebot\Event\Numeric.