Contao\Database\Result::count PHP Метод

count() публичный Метод

Return the number of rows in the result set
public count ( ) : integer
Результат integer The number of rows
    public function count()
    {
        return count($this->resultSet);
    }