yii\data\BaseDataProvider::prepareTotalCount PHP Method

prepareTotalCount() abstract protected method

Returns a value indicating the total number of data models in this data provider.
abstract protected prepareTotalCount ( ) : integer
return integer total number of data models in this data provider.
    protected abstract function prepareTotalCount();