public function QPTableData::getRows in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/Extension/QPList.php \QPTableData::getRows()
- 7.2 QueryPath/Extension/QPList.php \QPTableData::getRows()
Overrides TableAble::getRows
File
- QueryPath/
Extension/ QPList.php, line 125
Class
Code
public function getRows() {
return $this->rows;
}