PHP 8.2.31
Preview: model.php Size: 605 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementor/core/settings/base/model.php

<?php
namespace Elementor\Core\Settings\Base;

use Elementor\Controls_Stack;

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

/**
 * Elementor settings base model.
 *
 * Elementor settings base model handler class is responsible for registering
 * and managing Elementor settings base models.
 *
 * @since 1.6.0
 * @abstract
 */
abstract class Model extends Controls_Stack {

	/**
	 * Get panel page settings.
	 *
	 * Retrieve the page setting for the current panel.
	 *
	 * @since 1.6.0
	 * @access public
	 * @abstract
	 */
	abstract public function get_panel_page_settings();
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
2.35 KB lrw-r--r-- 2025-03-17 17:28:54
Edit Download
373 B lrw-r--r-- 2025-03-17 17:28:54
Edit Download
7.61 KB lrw-r--r-- 2023-04-23 15:37:02
Edit Download
605 B lrw-r--r-- 2023-04-23 15:22:46
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).