provider = $provider; $this->product = $product; } /** * Get the provider for the next update. * * @since 0.7 * @return Provider The provider used for the task. */ public function get_provider() { return $this->provider; } /** * Get the product for the next update. * * @since 0.7 * @return Product The product used for the task. */ public function get_product() { return $this->product; } }