You are here

public function QPTableData::getRows in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/Extension/QPList.php \QPTableData::getRows()
  2. 7.2 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;
}