yii\data\BaseDataProvider::setTotalCount PHP 메소드

setTotalCount() 공개 메소드

Sets the total number of data models.
public setTotalCount ( integer $value )
$value integer the total number of data models.
    public function setTotalCount($value)
    {
        $this->_totalCount = $value;
    }