You are here

public function QPTableData::getRows in QueryPath 7.2

Same name and namespace in other branches
  1. 6 QueryPath/Extension/QPList.php \QPTableData::getRows()
  2. 7.3 QueryPath/Extension/QPList.php \QPTableData::getRows()

Overrides TableAble::getRows

File

QueryPath/Extension/QPList.php, line 125

Class

QPTableData

Code

public function getRows() {
  return $this->rows;
}