<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php

declare( strict_types = 1 );

namespace Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors;

/**
 * A custom GetRuleProcessor class to support context_vars and context_plugins rule types.
 *
 * GetRuleProcessor class.
 */
class GetRuleProcessorForContext {
	/**
	 * Contains the context variables.
	 *
	 * @var array $context The context variables.
	 */
	protected array $context;

	/**
	 * Constructor.
	 *
	 * @param array $context The context variables.
	 */
	public function __construct( array $context = array() ) {
		$this->context = $context;
	}
	/**
	 * Get the processor for the specified rule type.
	 *
	 * @param string $rule_type The rule type.
	 *
	 * 