MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/india/wp-content/plugins/js_composer/include/classes/core/interfaces.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

/**
 * @since 4.3
 * Interface for editors
 */
interface Vc_Editor_Interface {
	/**
	 * @since 4.3
	 * @return mixed
	 */
	public function renderEditor();
}

/**
 * @since 4.3
 * Default render interface
 */
interface Vc_Render {
	/**
	 * @since 4.3
	 * @return mixed
	 */
	public function render();
}

/**
 * @since 4.3
 * Interface for third-party plugins classes loader.
 */
interface Vc_Vendor_Interface {
	/**
	 * @since 4.3
	 * @return mixed
	 */
	public function load();
}