0 follower

Interface Yiisoft\Data\Reader\CountableDataInterface

ExtendsCountable
Implemented byYiisoft\Data\Reader\DataReaderInterface

Data that could be counted.

Public Methods

Hide inherited methods

Method Description Defined By
count() Yiisoft\Data\Reader\CountableDataInterface

Method Details

Hide inherited methods

count() public abstract method

public abstract count( ): integer
return integer

Number of items in the data.

                public function count(): int;