data\DataProviderInterface getCount()

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.

doc_Yii
2016-10-30 16:55:52
Comments
Leave a Comment

Please login to continue.