yii\data\DataProviderInterface::getCount PHP 메소드

getCount() 공개 메소드

This is equivalent to count($provider->getModels()). When [[getPagination|pagination]] is false, this is the same as [[getTotalCount|totalCount]].
public getCount ( ) : integer
리턴 integer the number of data models in the current page.
    public function getCount();