$91 GRAYBYTE WORDPRESS FILE MANAGER $75

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/home/bravrvjk/ubukode.com/wp-content/plugins/elementor-pro/core/utils/

HOME
Current File : /home/bravrvjk/ubukode.com/wp-content/plugins/elementor-pro/core/utils//collection.php
<?php
namespace ElementorPro\Core\Utils;

use \Elementor\Core\Utils\Collection as Collection_Base;

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

// TODO: Move to Core.
class Collection extends Collection_Base implements \JsonSerializable {

	/**
	 * Change the items key by an item field.
	 *
	 * @param string $key
	 *
	 * @return Collection
	 */
	public function key_by( $key ) {
		return $this->map_with_keys( function ( $item ) use ( $key ) {
			return [ $item->{$key} => $item ];
		} );
	}

	/**
	 * Flatten the items recursively.
	 *
	 * @return array
	 */
	public function flatten_recursive() {
		$output = [];
		$items = $this->all();

		array_walk_recursive($items, function( $item ) use ( &$output ) {
			$output[] = $item;
		} );

		return $output;
	}

	/**
	 * Run array_diff between the collection and other array or collection.
	 *
	 * @param $filter
	 *
	 * @return $this
	 */
	public function diff( $filter ) {
		if ( $filter instanceof Collection_Base ) {
			$filter = $filter->all();
		}

		return new static( array_diff( $this->all(), $filter ) );
	}

	/**
	 * Reverse the array
	 *
	 * @param false $preserve_keys
	 *
	 * @return $this
	 */
	public function reverse( $preserve_keys = false ) {
		return new static(
			array_reverse( $this->all(), $preserve_keys )
		);
	}

	/**
	 * Return a JSON serialized representation of the Collection.
	 *
	 * @return array
	 */
	#[\ReturnTypeWillChange]
	public function jsonSerialize() {
		return $this->all();
	}
}


Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
18 Nov 2025 3.23 PM
bravrvjk / bravrvjk
0755
abtest.php
0.978 KB
18 Nov 2025 3.23 PM
bravrvjk / bravrvjk
0644
collection.php
1.469 KB
18 Nov 2025 3.23 PM
bravrvjk / bravrvjk
0644
hints.php
1.909 KB
18 Nov 2025 3.23 PM
bravrvjk / bravrvjk
0644
registrar.php
1.14 KB
18 Nov 2025 3.23 PM
bravrvjk / bravrvjk
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF