SILENT KILLERPanel

Current Path: > home > transcarter > > www > wp-content > plugins > elementor > modules > global-classes >


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www/wp-content/plugins/elementor/modules/global-classes/

NameTypeSizeLast ModifiedActions
database Directory - -
import-export Directory - -
usage Directory - -
utils Directory - -
global-classes-changes-resolver.php File 1712 bytes July 17 2025 21:06:23.
global-classes-cleanup.php File 2655 bytes July 17 2025 21:06:23.
global-classes-css-file.php File 1644 bytes July 17 2025 21:06:23.
global-classes-css-preview.php File 682 bytes July 17 2025 21:06:23.
global-classes-css.php File 2011 bytes July 17 2025 21:06:23.
global-classes-parser.php File 3145 bytes July 17 2025 21:06:23.
global-classes-repository.php File 2297 bytes July 17 2025 21:06:23.
global-classes-rest-api.php File 5237 bytes July 17 2025 21:06:23.
global-classes.php File 691 bytes July 17 2025 21:06:23.
module.php File 2617 bytes July 17 2025 21:06:23.

Reading File: /home/transcarter//www/wp-content/plugins/elementor/modules/global-classes//global-classes.php

<?php

namespace Elementor\Modules\GlobalClasses;

use Elementor\Core\Utils\Collection;

class Global_Classes {
	private Collection $items;
	private Collection $order;

	public static function make( array $items = [], array $order = [] ) {
		return new static( $items, $order );
	}

	private function __construct( array $data = [], array $order = [] ) {
		$this->items = Collection::make( $data );
		$this->order = Collection::make( $order );
	}

	public function get_items() {
		return $this->items;
	}

	public function get_order() {
		return $this->order;
	}

	public function get() {
		return [
			'items' => $this->get_items()->all(),
			'order' => $this->get_order()->all(),
		];
	}
}

SILENT KILLER Tool