total = $total; } /** * Gets the mock products * * @return array */ public function get_products() { return (object) array( 'total' => $this->total, ); } }