CountableTrait
A generic implementation of the Countable interface.
Internally it counts the values of the protected $_data
array.
Tags
Table of Contents
Methods
- count() : int
- Count the data items.
Methods
count()
Count the data items.
public
count() : int
APIYes