| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/PageIntegrationsInterface.php.tar |
wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrationsInterface.php 0000644 00000001331 15113663720 0034376 0 ustar 00 home/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.php 0000644 00000001331 15114274667 0032505 0 ustar 00 home/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 );
}