|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Interface for a text wrapper that makes it easier to manipulate text that comes from an IRC server. More...
Inheritance diagram for Erebot\Interfaces\IrcTextWrapper:Public Member Functions | |
| __toString () | |
Public Member Functions inherited from Countable | |
| count () | |
Public Member Functions inherited from ArrayAccess | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
Public Member Functions inherited from Iterator | |
| current () | |
| key () | |
| next () | |
| rewind () | |
| valid () | |
Interface for a text wrapper that makes it easier to manipulate text that comes from an IRC server.
Definition at line 29 of file IrcTextWrapper.php.
| Erebot\Interfaces\IrcTextWrapper::__toString | ( | ) |
Returns the wrapped text.
| string | The text wrapped by this instance. |
Implemented in Erebot\IrcTextWrapper.