| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-themeisle-sdk-widget.php.tar |
wp-content/themes/zerif-lite/vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-widget.php 0000604 00000002161 15113473663 0033577 0 ustar 00 home/xbodynamge/crosstraining <?php
/**
* The widget model class for ThemeIsle SDK
*
* @package ThemeIsleSDK
* @subpackage Widgets
* @copyright Copyright (c) 2017, Marius Cristea
* @license http://opensource.org/licenses/gpl-3.0.php GNU Public License
* @since 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'ThemeIsle_SDK_Widget' ) ) :
/**
* Widget model for ThemeIsle SDK.
*/
abstract class ThemeIsle_SDK_Widget {
/**
* @var ThemeIsle_SDK_Product $product Themeisle Product.
*/
protected $product;
/**
* ThemeIsle_SDK_Widget constructor.
*
* @param ThemeIsle_SDK_Product $product_object Product Object.
*/
public function __construct( $product_object ) {
if ( $product_object instanceof ThemeIsle_SDK_Product ) {
$this->product = $product_object;
}
$this->setup_hooks();
}
/**
* Registers the hooks and then delegates to the child
*/
public function setup_hooks() {
$this->setup_hooks_child();
}
/**
* Abstract function for delegating to the child
*/
protected abstract function setup_hooks_child();
}
endif;
xbodynamge/www/wp-content/themes/hestia/vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-widget.php0000644 00000002161 15114051232 0030726 0 ustar 00 home <?php
/**
* The widget model class for ThemeIsle SDK
*
* @package ThemeIsleSDK
* @subpackage Widgets
* @copyright Copyright (c) 2017, Marius Cristea
* @license http://opensource.org/licenses/gpl-3.0.php GNU Public License
* @since 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'ThemeIsle_SDK_Widget' ) ) :
/**
* Widget model for ThemeIsle SDK.
*/
abstract class ThemeIsle_SDK_Widget {
/**
* @var ThemeIsle_SDK_Product $product Themeisle Product.
*/
protected $product;
/**
* ThemeIsle_SDK_Widget constructor.
*
* @param ThemeIsle_SDK_Product $product_object Product Object.
*/
public function __construct( $product_object ) {
if ( $product_object instanceof ThemeIsle_SDK_Product ) {
$this->product = $product_object;
}
$this->setup_hooks();
}
/**
* Registers the hooks and then delegates to the child
*/
public function setup_hooks() {
$this->setup_hooks_child();
}
/**
* Abstract function for delegating to the child
*/
protected abstract function setup_hooks_child();
}
endif;
wp-content/plugins/themeisle-companion/vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-widget.php 0000644 00000002161 15114577257 0033563 0 ustar 00 home/xbodynamge/dev <?php
/**
* The widget model class for ThemeIsle SDK
*
* @package ThemeIsleSDK
* @subpackage Widgets
* @copyright Copyright (c) 2017, Marius Cristea
* @license http://opensource.org/licenses/gpl-3.0.php GNU Public License
* @since 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'ThemeIsle_SDK_Widget' ) ) :
/**
* Widget model for ThemeIsle SDK.
*/
abstract class ThemeIsle_SDK_Widget {
/**
* @var ThemeIsle_SDK_Product $product Themeisle Product.
*/
protected $product;
/**
* ThemeIsle_SDK_Widget constructor.
*
* @param ThemeIsle_SDK_Product $product_object Product Object.
*/
public function __construct( $product_object ) {
if ( $product_object instanceof ThemeIsle_SDK_Product ) {
$this->product = $product_object;
}
$this->setup_hooks();
}
/**
* Registers the hooks and then delegates to the child
*/
public function setup_hooks() {
$this->setup_hooks_child();
}
/**
* Abstract function for delegating to the child
*/
protected abstract function setup_hooks_child();
}
endif;
dev/wp-content/themes/zerif-lite/vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-widget.php 0000644 00000002161 15115635067 0031474 0 ustar 00 home/xbodynamge <?php
/**
* The widget model class for ThemeIsle SDK
*
* @package ThemeIsleSDK
* @subpackage Widgets
* @copyright Copyright (c) 2017, Marius Cristea
* @license http://opensource.org/licenses/gpl-3.0.php GNU Public License
* @since 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'ThemeIsle_SDK_Widget' ) ) :
/**
* Widget model for ThemeIsle SDK.
*/
abstract class ThemeIsle_SDK_Widget {
/**
* @var ThemeIsle_SDK_Product $product Themeisle Product.
*/
protected $product;
/**
* ThemeIsle_SDK_Widget constructor.
*
* @param ThemeIsle_SDK_Product $product_object Product Object.
*/
public function __construct( $product_object ) {
if ( $product_object instanceof ThemeIsle_SDK_Product ) {
$this->product = $product_object;
}
$this->setup_hooks();
}
/**
* Registers the hooks and then delegates to the child
*/
public function setup_hooks() {
$this->setup_hooks_child();
}
/**
* Abstract function for delegating to the child
*/
protected abstract function setup_hooks_child();
}
endif;