PHP 8.2.31
Preview: processor.php Size: 444 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementor/data/base/processor.php

<?php
namespace Elementor\Data\Base;

abstract class Processor {

	/**
	 * Controller.
	 *
	 * @var \Elementor\Data\Base\Controller
	 */
	private $controller;

	/**
	 * Processor constructor.
	 *
	 * @param \Elementor\Data\Base\Controller $controller
	 */
	public function __construct( $controller ) {
		$this->controller = $controller;
	}

	/**
	 * Get processor command.
	 *
	 * @return string
	 */
	abstract public function get_command();
}

Directory Contents

Dirs: 1 × Files: 4

Name Size Perms Modified Actions
processor DIR
- drwxr-xr-x 2026-06-10 02:40:26
Edit Download
8.10 KB lrw-r--r-- 2025-03-17 17:28:54
Edit Download
9.10 KB lrw-r--r-- 2025-10-21 16:51:06
Edit Download
444 B lrw-r--r-- 2023-04-23 15:22:46
Edit Download
760 B lrw-r--r-- 2025-03-17 17:28:54
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).