results = $results; $this->total = $total; } /** * Get results. * * @return array */ public function get_results() { return $this->results; } /** * Get total. * * @return int */ public function get_total() { return $this->total; } }