data\BaseDataProvider getTotalCount()

getTotalCount() public method

Returns the total number of data models.

When $pagination is false, this returns the same value as $count. Otherwise, it will call prepareTotalCount() to get the count.

public integer getTotalCount ( )
return integer

Total number of possible data models.

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.