PHP 8.2.30
Preview: processor.php Size: 444 B
/proc/thread-self/root/home/byroehnu/geniuskidsacademy.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-03-14 01:49:06
Edit Download
8.10 KB lrw-r--r-- 2026-02-04 08:59:27
Edit Download
9.10 KB lrw-r--r-- 2026-02-04 08:59:27
Edit Download
444 B lrw-r--r-- 2026-02-04 08:59:27
Edit Download
760 B lrw-r--r-- 2026-02-04 08:59:27
Edit Download

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