|
Plop
A simple logging library for PHP
|
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 iface_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 Plop\Plop, and Plop\Collection.