offset; } public function getRecords() { return $this->records; } public function getLenght() { return count($this->records); } public function getFullLenght() { return $this->fullDataLenght; } }