|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Classes implementing Countable can be used with the count() function. More...
Inheritance diagram for Countable:Public Member Functions | |
| count () | |
Classes implementing Countable can be used with the count() function.
Definition at line 11 of file Countable.php.
| Countable::count | ( | ) |
Count elements of an object.
This method is executed when using the count() function on an object implementing the Countable interface.
| int | The custom count as an integer. |
Implemented in Erebot\IrcTextWrapper, Erebot\TextWrapper, and Erebot\Event\Match\CollectionAbstract.