response = $response;
$this->id_name = $id_name;
}
/// Determines whether PagedOutput::Fetch should retrieve multiple pages.
/**
* \param $fetch_pages whether to fetch multiple pages or not
* \return the current instance
*/
public function FetchMultiple($fetch_pages=TRUE)
{
$this->fetch_pages = $fetch_pages;
return $this;
}
}
endif;