getCount() public abstract method
Returns the number of data models in the current page.
This is equivalent to count($provider->getModels()). When pagination is false, this is the same as totalCount.
| public abstract integer getCount ( ) | ||
|---|---|---|
| return | integer |
The number of data models in the current page. |
Please login to continue.