Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/PageIntegrationsInterface.php.tar

wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrationsInterface.php000064400000001331151136637200034376 0ustar00home/xbodynamge/lebauwcentre<?php

namespace WPForms\Providers\Provider\Settings;

/**
 * Interface PageIntegrationsInterface defines methods that are common among all Integration page providers content.
 *
 * @package    WPForms\Providers\Provider\Settings
 * @author     WPForms
 * @since      1.4.7
 * @license    GPL-2.0+
 * @copyright  Copyright (c) 2018, WPForms LLC
 */
interface PageIntegrationsInterface {

	/**
	 * Display the data for integrations tab.
	 * This is a default one, that can be easily overwritten inside the child class of a specific provider.
	 *
	 * @since 1.4.7
	 *
	 * @param array $active Array of activated providers addons.
	 * @param array $settings Providers options.
	 */
	public function display( $active, $settings );
}
dev/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrationsInterface.php000064400000001331151142746670032505 0ustar00home/xbodynamge<?php

namespace WPForms\Providers\Provider\Settings;

/**
 * Interface PageIntegrationsInterface defines methods that are common among all Integration page providers content.
 *
 * @package    WPForms\Providers\Provider\Settings
 * @author     WPForms
 * @since      1.4.7
 * @license    GPL-2.0+
 * @copyright  Copyright (c) 2018, WPForms LLC
 */
interface PageIntegrationsInterface {

	/**
	 * Display the data for integrations tab.
	 * This is a default one, that can be easily overwritten inside the child class of a specific provider.
	 *
	 * @since 1.4.7
	 *
	 * @param array $active Array of activated providers addons.
	 * @param array $settings Providers options.
	 */
	public function display( $active, $settings );
}