| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/IntegrationInterface.php.tar |
xbodynamge/crosstraining/wp-content/plugins/wpforms-lite/src/Integrations/IntegrationInterface.php 0000604 00000001053 15115071066 0030715 0 ustar 00 home <?php
namespace WPForms\Integrations;
/**
* Interface IntegrationInterface defines required methods for integrations to work properly.
*
* @package WPForms\Integrations
* @author WPForms
* @since 1.4.8
* @license GPL-2.0+
* @copyright Copyright (c) 2018, WPForms LLC
*/
interface IntegrationInterface {
/**
* Indicates if current integration is allowed to load.
*
* @since 1.4.8
*
* @return bool
*/
public function allow_load();
/**
* Loads an integration.
*
* @since 1.4.8
*/
public function load();
}
home/xbodynamge/dev/wp-content/plugins/wpforms-lite/src/Integrations/IntegrationInterface.php 0000644 00000001053 15115635336 0026677 0 ustar 00 <?php
namespace WPForms\Integrations;
/**
* Interface IntegrationInterface defines required methods for integrations to work properly.
*
* @package WPForms\Integrations
* @author WPForms
* @since 1.4.8
* @license GPL-2.0+
* @copyright Copyright (c) 2018, WPForms LLC
*/
interface IntegrationInterface {
/**
* Indicates if current integration is allowed to load.
*
* @since 1.4.8
*
* @return bool
*/
public function allow_load();
/**
* Loads an integration.
*
* @since 1.4.8
*/
public function load();
}