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/FormBuilderInterface.php.tar

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

namespace WPForms\Providers\Provider\Settings;

/**
 * Interface FormBuilderInterface defines required method for builder to work properly.
 *
 * @package    WPForms\Providers\Provider\Settings
 * @author     WPForms
 * @since      1.4.7
 * @license    GPL-2.0+
 * @copyright  Copyright (c) 2018, WPForms LLC
 */
interface FormBuilderInterface {

	/**
	 * Every provider should display a title in a Builder.
	 *
	 * @since 1.4.7
	 */
	public function display_sidebar();

	/**
	 * Every provider should display a content of its settings in a Builder.
	 *
	 * @since 1.4.7
	 */
	public function display_content();

	/**
	 * Use this method to register own templates for form builder.
	 * Make sure, that you have `tmpl-` in template name in `<script id="tmpl-*">`.
	 *
	 * @since 1.4.7
	 */
	public function builder_custom_templates();
}
dev/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilderInterface.php000064400000001513151142772070031447 0ustar00home/xbodynamge<?php

namespace WPForms\Providers\Provider\Settings;

/**
 * Interface FormBuilderInterface defines required method for builder to work properly.
 *
 * @package    WPForms\Providers\Provider\Settings
 * @author     WPForms
 * @since      1.4.7
 * @license    GPL-2.0+
 * @copyright  Copyright (c) 2018, WPForms LLC
 */
interface FormBuilderInterface {

	/**
	 * Every provider should display a title in a Builder.
	 *
	 * @since 1.4.7
	 */
	public function display_sidebar();

	/**
	 * Every provider should display a content of its settings in a Builder.
	 *
	 * @since 1.4.7
	 */
	public function display_content();

	/**
	 * Use this method to register own templates for form builder.
	 * Make sure, that you have `tmpl-` in template name in `<script id="tmpl-*">`.
	 *
	 * @since 1.4.7
	 */
	public function builder_custom_templates();
}
wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilderInterface.php000060400000001513151144120030033533 0ustar00home/xbodynamge/crosstraining<?php

namespace WPForms\Providers\Provider\Settings;

/**
 * Interface FormBuilderInterface defines required method for builder to work properly.
 *
 * @package    WPForms\Providers\Provider\Settings
 * @author     WPForms
 * @since      1.4.7
 * @license    GPL-2.0+
 * @copyright  Copyright (c) 2018, WPForms LLC
 */
interface FormBuilderInterface {

	/**
	 * Every provider should display a title in a Builder.
	 *
	 * @since 1.4.7
	 */
	public function display_sidebar();

	/**
	 * Every provider should display a content of its settings in a Builder.
	 *
	 * @since 1.4.7
	 */
	public function display_content();

	/**
	 * Use this method to register own templates for form builder.
	 * Make sure, that you have `tmpl-` in template name in `<script id="tmpl-*">`.
	 *
	 * @since 1.4.7
	 */
	public function builder_custom_templates();
}
namtation/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilderInterface.php000064400000001513151144121420032650 0ustar00home/xbodynamge<?php

namespace WPForms\Providers\Provider\Settings;

/**
 * Interface FormBuilderInterface defines required method for builder to work properly.
 *
 * @package    WPForms\Providers\Provider\Settings
 * @author     WPForms
 * @since      1.4.7
 * @license    GPL-2.0+
 * @copyright  Copyright (c) 2018, WPForms LLC
 */
interface FormBuilderInterface {

	/**
	 * Every provider should display a title in a Builder.
	 *
	 * @since 1.4.7
	 */
	public function display_sidebar();

	/**
	 * Every provider should display a content of its settings in a Builder.
	 *
	 * @since 1.4.7
	 */
	public function display_content();

	/**
	 * Use this method to register own templates for form builder.
	 * Make sure, that you have `tmpl-` in template name in `<script id="tmpl-*">`.
	 *
	 * @since 1.4.7
	 */
	public function builder_custom_templates();
}