🚀 Hostinger Optimized
🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl

💻 Terminal

📁 /home/stakrfrcol/agency
$

📄 RetryContext.php

📁 Path: ./wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Context/RetryContext.php
📊 Size: 756 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php

namespace WP_Rocket\Engine\Common\JobManager\Strategy\Context;

use WP_Rocket\Engine\Common\JobManager\Strategy\Strategies\StrategyInterface;

class RetryContext {
	/**
	 * Strategy Interface.
	 *
	 * @var StrategyInterface
	 */
	protected $strategy;

	/**
	 * Set the strategy property
	 *
	 * @param StrategyInterface $strategy Strategy.
	 *
	 * @return void
	 */
	public function set_strategy( StrategyInterface $strategy ) {
		$this->strategy = $strategy;
	}

	/**
	 * Execute the strategy.
	 *
	 * @param object $row_details row from the database.
	 * @param array  $job_details job details.
	 *
	 * @return void
	 */
	public function execute( $row_details, $job_details ): void {
		$this->strategy->execute( $row_details, $job_details );
	}
}
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨