DebugKit\Database\Log\DebugLog::totalRows PHP Method

totalRows() public method

Get the total rows
public totalRows ( ) : integer
return integer
    public function totalRows()
    {
        return $this->_totalRows;
    }