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

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 ()
 

Detailed Description

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.

Member Function Documentation

Erebot\Interfaces\IrcTextWrapper::__toString ( )

Returns the wrapped text.

Return values
stringThe text wrapped by this instance.

Implemented in Erebot\IrcTextWrapper.


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