Submit
Path:
~
/
home
/
contenidosenred
/
public_html
/
OD
/
wp-content
/
plugins
/
elementor
/
data
/
base
/
File Content:
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(); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
processor
---
0755
controller.php
7786 bytes
0644
endpoint.php
9114 bytes
0644
processor.php
444 bytes
0644
sub-endpoint.php
753 bytes
0644
N4ST4R_ID | Naxtarrr