Index of /wp-content/<?php
namespace Elementor\\Core\\Base;
if ( ! defined( 'ABSPATH' ) ) {
exit; / Exit if accessed directly
}
/**
* Base Object
*
* Base class that provides basic settings handling functionality.
*
* @since 2.3.0
*/
class Base_Object {
/**
* Settings.
*
* Holds the object settings.
*
* @access private
*
* @var array
*
Name Last modified Size Description
Parent Directory -
private $settings;..> 2021-12-23 17:05 -