public function toArray() { $response = array(); foreach ($this->_array as $record) { $response[] = $record->getAttributes(); } return $response; }