Version Description
- Tested with WooCommerce 6.0.
Download this release
Release Info
Developer | dangoodman |
Plugin | WooCommerce Weight Based Shipping |
Version | 5.3.18 |
Comparing to | |
See all releases |
Code changes from version 5.3.16 to 5.3.18
- plugin.php +2 -2
- readme.txt +7 -1
- server/tpl/main.php +0 -0
- server/vendor/autoload.php +1 -1
- server/vendor/composer/autoload_real.php +7 -7
- server/vendor/composer/autoload_static.php +4 -4
- server/vendor/composer/capsuled.php +238 -238
- server/vendor/dangoodman/arrays/Arrays.php +3 -3
- server/vendor/dangoodman/shengine-wc-converters/src/PackageConverter.php +1 -1
plugin.php
CHANGED
@@ -4,14 +4,14 @@
|
|
4 |
* Plugin Name: WooCommerce Weight Based Shipping
|
5 |
* Plugin URI: https://wordpress.org/plugins/weight-based-shipping-for-woocommerce/
|
6 |
* Description: Simple yet flexible shipping method for WooCommerce.
|
7 |
-
* Version: 5.3.
|
8 |
* Author: weightbasedshipping.com
|
9 |
* Author URI: https://weightbasedshipping.com
|
10 |
* Requires PHP: 7.1
|
11 |
* Requires at least: 4.0
|
12 |
* Tested up to: 5.8
|
13 |
* WC requires at least: 3.2
|
14 |
-
* WC tested up to:
|
15 |
*/
|
16 |
|
17 |
if (!class_exists('WbsVendors_DgmWpPluginBootstrapGuard', false)) {
|
4 |
* Plugin Name: WooCommerce Weight Based Shipping
|
5 |
* Plugin URI: https://wordpress.org/plugins/weight-based-shipping-for-woocommerce/
|
6 |
* Description: Simple yet flexible shipping method for WooCommerce.
|
7 |
+
* Version: 5.3.18
|
8 |
* Author: weightbasedshipping.com
|
9 |
* Author URI: https://weightbasedshipping.com
|
10 |
* Requires PHP: 7.1
|
11 |
* Requires at least: 4.0
|
12 |
* Tested up to: 5.8
|
13 |
* WC requires at least: 3.2
|
14 |
+
* WC tested up to: 6.0
|
15 |
*/
|
16 |
|
17 |
if (!class_exists('WbsVendors_DgmWpPluginBootstrapGuard', false)) {
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Requires PHP: 7.1
|
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 5.8
|
8 |
WC requires at least: 3.2
|
9 |
-
WC tested up to:
|
10 |
Stable tag: trunk
|
11 |
|
12 |
|
@@ -57,6 +57,12 @@ See <a href="https://wordpress.org/plugins/weight-based-shipping-for-woocommerce
|
|
57 |
|
58 |
== Changelog ==
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
= 5.3.16 =
|
61 |
* Tested with WooCommerce 5.8.
|
62 |
* Drop PHP 5.6 support.
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 5.8
|
8 |
WC requires at least: 3.2
|
9 |
+
WC tested up to: 6.0
|
10 |
Stable tag: trunk
|
11 |
|
12 |
|
57 |
|
58 |
== Changelog ==
|
59 |
|
60 |
+
= 5.3.18 =
|
61 |
+
* Tested with WooCommerce 6.0.
|
62 |
+
|
63 |
+
= 5.3.17 =
|
64 |
+
* Tested with WooCommerce 5.9.
|
65 |
+
|
66 |
= 5.3.16 =
|
67 |
* Tested with WooCommerce 5.8.
|
68 |
* Drop PHP 5.6 support.
|
server/tpl/main.php
CHANGED
File without changes
|
server/vendor/autoload.php
CHANGED
@@ -7,4 +7,4 @@ call_user_func(require(__DIR__.'/dangoodman/composer-capsule-runtime/autoload.ph
|
|
7 |
|
8 |
require_once __DIR__ . '/composer/autoload_real.php';
|
9 |
|
10 |
-
return
|
7 |
|
8 |
require_once __DIR__ . '/composer/autoload_real.php';
|
9 |
|
10 |
+
return WbsVendors_ComposerAutoloaderInitaeb17d1033f7b90d7fd4df52ef2e3392::getLoader();
|
server/vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class WbsVendors_ComposerAutoloaderInit6aa4270d4dc582d26f3549bf9813ee19
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \WbsVendors\Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\WbsVendors\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
@@ -51,19 +51,19 @@ class WbsVendors_ComposerAutoloaderInit6aa4270d4dc582d26f3549bf9813ee19
|
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
-
$includeFiles = \WbsVendors\Composer\Autoload\
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
-
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
-
function
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class WbsVendors_ComposerAutoloaderInitaeb17d1033f7b90d7fd4df52ef2e3392
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('WbsVendors_ComposerAutoloaderInitaeb17d1033f7b90d7fd4df52ef2e3392', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \WbsVendors\Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
27 |
+
spl_autoload_unregister(array('WbsVendors_ComposerAutoloaderInitaeb17d1033f7b90d7fd4df52ef2e3392', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\WbsVendors\Composer\Autoload\ComposerStaticInitaeb17d1033f7b90d7fd4df52ef2e3392::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
+
$includeFiles = \WbsVendors\Composer\Autoload\ComposerStaticInitaeb17d1033f7b90d7fd4df52ef2e3392::$files;
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
+
composerRequireaeb17d1033f7b90d7fd4df52ef2e3392($fileIdentifier, $file);
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
+
function composerRequireaeb17d1033f7b90d7fd4df52ef2e3392($fileIdentifier, $file)
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
require $file;
|
server/vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace WbsVendors\Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'b411d774a68934fe83360f73e6fe640f' => __DIR__ . '/..' . '/dangoodman/composer-capsule-runtime/autoload.php',
|
@@ -92,9 +92,9 @@ class ComposerStaticInit6aa4270d4dc582d26f3549bf9813ee19
|
|
92 |
public static function getInitializer(\WbsVendors\Composer\Autoload\ClassLoader $loader)
|
93 |
{
|
94 |
return \Closure::bind(function () use ($loader) {
|
95 |
-
$loader->prefixLengthsPsr4 = \WbsVendors\Composer\Autoload\
|
96 |
-
$loader->prefixDirsPsr4 = \WbsVendors\Composer\Autoload\
|
97 |
-
$loader->classMap = \WbsVendors\Composer\Autoload\
|
98 |
|
99 |
}, null, \WbsVendors\Composer\Autoload\ClassLoader::class);
|
100 |
}
|
4 |
|
5 |
namespace WbsVendors\Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitaeb17d1033f7b90d7fd4df52ef2e3392
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'b411d774a68934fe83360f73e6fe640f' => __DIR__ . '/..' . '/dangoodman/composer-capsule-runtime/autoload.php',
|
92 |
public static function getInitializer(\WbsVendors\Composer\Autoload\ClassLoader $loader)
|
93 |
{
|
94 |
return \Closure::bind(function () use ($loader) {
|
95 |
+
$loader->prefixLengthsPsr4 = \WbsVendors\Composer\Autoload\ComposerStaticInitaeb17d1033f7b90d7fd4df52ef2e3392::$prefixLengthsPsr4;
|
96 |
+
$loader->prefixDirsPsr4 = \WbsVendors\Composer\Autoload\ComposerStaticInitaeb17d1033f7b90d7fd4df52ef2e3392::$prefixDirsPsr4;
|
97 |
+
$loader->classMap = \WbsVendors\Composer\Autoload\ComposerStaticInitaeb17d1033f7b90d7fd4df52ef2e3392::$classMap;
|
98 |
|
99 |
}, null, \WbsVendors\Composer\Autoload\ClassLoader::class);
|
100 |
}
|
server/vendor/composer/capsuled.php
CHANGED
@@ -3,146 +3,146 @@
|
|
3 |
array (
|
4 |
'class' =>
|
5 |
array (
|
6 |
-
'
|
7 |
-
'Composer\\Autoload\\ClassLoader' => 'WbsVendors\\Composer\\Autoload\\ClassLoader',
|
8 |
-
'Composer\\Autoload\\ComposerStaticInit6aa4270d4dc582d26f3549bf9813ee19' => 'WbsVendors\\Composer\\Autoload\\ComposerStaticInit6aa4270d4dc582d26f3549bf9813ee19',
|
9 |
-
'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem',
|
10 |
-
'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem',
|
11 |
-
'Dgm\\PluginServices\\IService' => 'WbsVendors\\Dgm\\PluginServices\\IService',
|
12 |
-
'Dgm\\PluginServices\\ServiceInstaller' => 'WbsVendors\\Dgm\\PluginServices\\ServiceInstaller',
|
13 |
-
'Dgm\\PluginServices\\IServiceReady' => 'WbsVendors\\Dgm\\PluginServices\\IServiceReady',
|
14 |
-
'Dgm\\NumberUnit\\NumberUnit' => 'WbsVendors\\Dgm\\NumberUnit\\NumberUnit',
|
15 |
-
'Dgm\\ClassNameAware\\ClassNameAware' => 'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware',
|
16 |
-
'Dgm\\Comparator\\StringComparator' => 'WbsVendors\\Dgm\\Comparator\\StringComparator',
|
17 |
-
'Dgm\\Comparator\\NumberComparator' => 'WbsVendors\\Dgm\\Comparator\\NumberComparator',
|
18 |
-
'Dgm\\Comparator\\AbstractComparator' => 'WbsVendors\\Dgm\\Comparator\\AbstractComparator',
|
19 |
-
'Dgm\\Comparator\\IComparator' => 'WbsVendors\\Dgm\\Comparator\\IComparator',
|
20 |
-
'Dgm\\Shengine\\Migrations\\Storage\\StorageRecord' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\StorageRecord',
|
21 |
-
'Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage',
|
22 |
-
'Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions',
|
23 |
-
'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration',
|
24 |
-
'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration',
|
25 |
-
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord',
|
26 |
-
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess',
|
27 |
-
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage',
|
28 |
-
'Dgm\\Shengine\\Migrations\\AbstractConfigStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\AbstractConfigStorage',
|
29 |
-
'Dgm\\Shengine\\Migrations\\MigrationService' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\MigrationService',
|
30 |
-
'DgmWpDismissibleNotices' => 'WbsVendors_DgmWpDismissibleNotices',
|
31 |
-
'DgmWpPluginBootstrapGuard' => 'WbsVendors_DgmWpPluginBootstrapGuard',
|
32 |
-
'Dgm\\Arrays\\Arrays' => 'WbsVendors\\Dgm\\Arrays\\Arrays',
|
33 |
-
'Dgm\\ComposerCapsule\\Runtime\\Wrapper' => 'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Wrapper',
|
34 |
-
'Dgm\\ComposerCapsule\\Runtime\\Runtime' => 'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Runtime',
|
35 |
-
'CCR' => 'WbsVendors_CCR',
|
36 |
-
'Deferred\\Deferred' => 'WbsVendors\\Deferred\\Deferred',
|
37 |
-
'BoxPacking\\Utils' => 'WbsVendors\\BoxPacking\\Utils',
|
38 |
-
'BoxPacking\\Skyline' => 'WbsVendors\\BoxPacking\\Skyline',
|
39 |
-
'BoxPacking\\Packer' => 'WbsVendors\\BoxPacking\\Packer',
|
40 |
-
'Dgm\\Shengine\\Processing\\RateRegister' => 'WbsVendors\\Dgm\\Shengine\\Processing\\RateRegister',
|
41 |
-
'Dgm\\Shengine\\Processing\\Processor' => 'WbsVendors\\Dgm\\Shengine\\Processing\\Processor',
|
42 |
-
'Dgm\\Shengine\\Processing\\Registers' => 'WbsVendors\\Dgm\\Shengine\\Processing\\Registers',
|
43 |
-
'Dgm\\Shengine\\Operations\\GroupOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\GroupOperation',
|
44 |
-
'Dgm\\Shengine\\Operations\\ClampOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\ClampOperation',
|
45 |
-
'Dgm\\Shengine\\Operations\\AbstractOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\AbstractOperation',
|
46 |
-
'Dgm\\Shengine\\Operations\\AddOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\AddOperation',
|
47 |
-
'Dgm\\Shengine\\Operations\\MultiplyOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\MultiplyOperation',
|
48 |
-
'Dgm\\Shengine\\Calculators\\FreeCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\FreeCalculator',
|
49 |
-
'Dgm\\Shengine\\Calculators\\ProgressiveCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ProgressiveCalculator',
|
50 |
-
'Dgm\\Shengine\\Calculators\\GroupCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\GroupCalculator',
|
51 |
-
'Dgm\\Shengine\\Calculators\\ClampCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ClampCalculator',
|
52 |
-
'Dgm\\Shengine\\Calculators\\ConstantCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ConstantCalculator',
|
53 |
-
'Dgm\\Shengine\\Calculators\\ChildrenCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ChildrenCalculator',
|
54 |
-
'Dgm\\Shengine\\Calculators\\RuleCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\RuleCalculator',
|
55 |
-
'Dgm\\Shengine\\Calculators\\AggregatedCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\AggregatedCalculator',
|
56 |
-
'Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator',
|
57 |
-
'Dgm\\Shengine\\Conditions\\ItemsPackableCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\ItemsPackableCondition',
|
58 |
-
'Dgm\\Shengine\\Conditions\\DestinationCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\DestinationCondition',
|
59 |
-
'Dgm\\Shengine\\Conditions\\Package\\TermsCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\TermsCondition',
|
60 |
-
'Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition',
|
61 |
-
'Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition',
|
62 |
-
'Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition',
|
63 |
-
'Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition',
|
64 |
-
'Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition',
|
65 |
-
'Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition',
|
66 |
-
'Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition',
|
67 |
-
'Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition',
|
68 |
-
'Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition',
|
69 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition',
|
70 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition',
|
71 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition',
|
72 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition',
|
73 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition',
|
74 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition',
|
75 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition',
|
76 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition',
|
77 |
-
'Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition',
|
78 |
-
'Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition',
|
79 |
-
'Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition',
|
80 |
-
'Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition',
|
81 |
-
'Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition',
|
82 |
-
'Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition',
|
83 |
-
'Dgm\\Shengine\\Conditions\\Common\\GroupCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\GroupCondition',
|
84 |
-
'Dgm\\Shengine\\Conditions\\Common\\AggregateCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AggregateCondition',
|
85 |
-
'Dgm\\Shengine\\Conditions\\Common\\AbstractCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AbstractCondition',
|
86 |
-
'Dgm\\Shengine\\Aggregators\\SumAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\SumAggregator',
|
87 |
-
'Dgm\\Shengine\\Aggregators\\FirstAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\FirstAggregator',
|
88 |
-
'Dgm\\Shengine\\Aggregators\\ReduceAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\ReduceAggregator',
|
89 |
'Dgm\\Shengine\\Aggregators\\MinAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\MinAggregator',
|
90 |
'Dgm\\Shengine\\Aggregators\\LastAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\LastAggregator',
|
|
|
|
|
91 |
'Dgm\\Shengine\\Aggregators\\AverageAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\AverageAggregator',
|
92 |
-
'Dgm\\Shengine\\Aggregators\\
|
93 |
-
'Dgm\\Shengine\\Grouping\\AttributeGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\AttributeGrouping',
|
94 |
-
'Dgm\\Shengine\\Grouping\\NoopGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\NoopGrouping',
|
95 |
'Dgm\\Shengine\\Grouping\\ByItemGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\ByItemGrouping',
|
96 |
-
'Dgm\\Shengine\\
|
97 |
-
'Dgm\\Shengine\\
|
98 |
-
'Dgm\\Shengine\\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
'Dgm\\Shengine\\Interfaces\\IRuleMeta' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRuleMeta',
|
100 |
-
'Dgm\\Shengine\\Interfaces\\ICondition' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICondition',
|
101 |
-
'Dgm\\Shengine\\Interfaces\\IGrouping' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IGrouping',
|
102 |
'Dgm\\Shengine\\Interfaces\\IPackage' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IPackage',
|
103 |
-
'Dgm\\Shengine\\Interfaces\\IAggregator' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAggregator',
|
104 |
-
'Dgm\\Shengine\\Interfaces\\IRule' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRule',
|
105 |
-
'Dgm\\Shengine\\Interfaces\\IItemAggregatables' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItemAggregatables',
|
106 |
-
'Dgm\\Shengine\\Interfaces\\IAttribute' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAttribute',
|
107 |
'Dgm\\Shengine\\Interfaces\\IRate' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRate',
|
108 |
-
'Dgm\\Shengine\\Interfaces\\
|
109 |
-
'Dgm\\Shengine\\Interfaces\\ICalculator' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICalculator',
|
110 |
'Dgm\\Shengine\\Interfaces\\IProcessor' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IProcessor',
|
|
|
|
|
111 |
'Dgm\\Shengine\\Interfaces\\IMatcher' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IMatcher',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
'Dgm\\Shengine\\RuleMatcherMeta' => 'WbsVendors\\Dgm\\Shengine\\RuleMatcherMeta',
|
113 |
'Dgm\\Shengine\\Model\\Item' => 'WbsVendors\\Dgm\\Shengine\\Model\\Item',
|
114 |
'Dgm\\Shengine\\Model\\ItemDefaults' => 'WbsVendors\\Dgm\\Shengine\\Model\\ItemDefaults',
|
115 |
'Dgm\\Shengine\\Model\\Destination' => 'WbsVendors\\Dgm\\Shengine\\Model\\Destination',
|
116 |
-
'Dgm\\Shengine\\Model\\Rule' => 'WbsVendors\\Dgm\\Shengine\\Model\\Rule',
|
117 |
-
'Dgm\\Shengine\\Model\\Package' => 'WbsVendors\\Dgm\\Shengine\\Model\\Package',
|
118 |
'Dgm\\Shengine\\Model\\Rate' => 'WbsVendors\\Dgm\\Shengine\\Model\\Rate',
|
119 |
'Dgm\\Shengine\\Model\\Address' => 'WbsVendors\\Dgm\\Shengine\\Model\\Address',
|
120 |
-
'Dgm\\Shengine\\Model\\Price' => 'WbsVendors\\Dgm\\Shengine\\Model\\Price',
|
121 |
'Dgm\\Shengine\\Model\\Item\\Builder' => 'WbsVendors\\Dgm\\Shengine\\Model\\Item\\Builder',
|
122 |
'Dgm\\Shengine\\Model\\RuleMeta' => 'WbsVendors\\Dgm\\Shengine\\Model\\RuleMeta',
|
123 |
-
'Dgm\\Shengine\\Model\\
|
|
|
|
|
124 |
'Dgm\\Shengine\\Model\\Dimensions' => 'WbsVendors\\Dgm\\Shengine\\Model\\Dimensions',
|
125 |
-
'Dgm\\Shengine\\
|
126 |
-
'Dgm\\Shengine\\
|
127 |
-
'Dgm\\Shengine\\
|
128 |
-
'Dgm\\Shengine\\
|
129 |
-
'Dgm\\Shengine\\
|
130 |
-
'Dgm\\Shengine\\Attributes\\ItemAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemAttribute',
|
131 |
-
'Dgm\\Shengine\\Attributes\\SumAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\SumAttribute',
|
132 |
-
'Dgm\\Shengine\\Attributes\\CountAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\CountAttribute',
|
133 |
-
'Dgm\\Shengine\\Attributes\\DestinationAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\DestinationAttribute',
|
134 |
-
'Dgm\\Shengine\\Attributes\\PriceAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\PriceAttribute',
|
135 |
-
'Dgm\\Shengine\\Attributes\\VolumeAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\VolumeAttribute',
|
136 |
-
'Dgm\\Shengine\\Attributes\\ProductAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductAttribute',
|
137 |
-
'Dgm\\Shengine\\Attributes\\ProductVariationAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductVariationAttribute',
|
138 |
-
'Dgm\\Shengine\\Attributes\\CustomerRolesAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\CustomerRolesAttribute',
|
139 |
-
'Dgm\\Shengine\\Attributes\\WeightAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\WeightAttribute',
|
140 |
'Dgm\\Shengine\\RuleMatcher' => 'WbsVendors\\Dgm\\Shengine\\RuleMatcher',
|
141 |
-
'Dgm\\SimpleProperties\\SimpleProperties' => 'WbsVendors\\Dgm\\SimpleProperties\\SimpleProperties',
|
142 |
-
'Dgm\\WcTools\\WcTools' => 'WbsVendors\\Dgm\\WcTools\\WcTools',
|
143 |
'Dgm\\Range\\Range' => 'WbsVendors\\Dgm\\Range\\Range',
|
144 |
-
'Dgm\\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
'Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
),
|
147 |
'func' =>
|
148 |
array (
|
@@ -155,146 +155,146 @@
|
|
155 |
array (
|
156 |
'class' =>
|
157 |
array (
|
158 |
-
'
|
159 |
-
'WbsVendors\\Composer\\Autoload\\ClassLoader' => 'Composer\\Autoload\\ClassLoader',
|
160 |
-
'WbsVendors\\Composer\\Autoload\\ComposerStaticInit6aa4270d4dc582d26f3549bf9813ee19' => 'Composer\\Autoload\\ComposerStaticInit6aa4270d4dc582d26f3549bf9813ee19',
|
161 |
-
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem' => 'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem',
|
162 |
-
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem' => 'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem',
|
163 |
-
'WbsVendors\\Dgm\\PluginServices\\IService' => 'Dgm\\PluginServices\\IService',
|
164 |
-
'WbsVendors\\Dgm\\PluginServices\\ServiceInstaller' => 'Dgm\\PluginServices\\ServiceInstaller',
|
165 |
-
'WbsVendors\\Dgm\\PluginServices\\IServiceReady' => 'Dgm\\PluginServices\\IServiceReady',
|
166 |
-
'WbsVendors\\Dgm\\NumberUnit\\NumberUnit' => 'Dgm\\NumberUnit\\NumberUnit',
|
167 |
-
'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware' => 'Dgm\\ClassNameAware\\ClassNameAware',
|
168 |
-
'WbsVendors\\Dgm\\Comparator\\StringComparator' => 'Dgm\\Comparator\\StringComparator',
|
169 |
-
'WbsVendors\\Dgm\\Comparator\\NumberComparator' => 'Dgm\\Comparator\\NumberComparator',
|
170 |
-
'WbsVendors\\Dgm\\Comparator\\AbstractComparator' => 'Dgm\\Comparator\\AbstractComparator',
|
171 |
-
'WbsVendors\\Dgm\\Comparator\\IComparator' => 'Dgm\\Comparator\\IComparator',
|
172 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\StorageRecord' => 'Dgm\\Shengine\\Migrations\\Storage\\StorageRecord',
|
173 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage' => 'Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage',
|
174 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions' => 'Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions',
|
175 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration',
|
176 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration',
|
177 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord',
|
178 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess',
|
179 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage',
|
180 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\AbstractConfigStorage' => 'Dgm\\Shengine\\Migrations\\AbstractConfigStorage',
|
181 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\MigrationService' => 'Dgm\\Shengine\\Migrations\\MigrationService',
|
182 |
-
'WbsVendors_DgmWpDismissibleNotices' => 'DgmWpDismissibleNotices',
|
183 |
-
'WbsVendors_DgmWpPluginBootstrapGuard' => 'DgmWpPluginBootstrapGuard',
|
184 |
-
'WbsVendors\\Dgm\\Arrays\\Arrays' => 'Dgm\\Arrays\\Arrays',
|
185 |
-
'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Wrapper' => 'Dgm\\ComposerCapsule\\Runtime\\Wrapper',
|
186 |
-
'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Runtime' => 'Dgm\\ComposerCapsule\\Runtime\\Runtime',
|
187 |
-
'WbsVendors_CCR' => 'CCR',
|
188 |
-
'WbsVendors\\Deferred\\Deferred' => 'Deferred\\Deferred',
|
189 |
-
'WbsVendors\\BoxPacking\\Utils' => 'BoxPacking\\Utils',
|
190 |
-
'WbsVendors\\BoxPacking\\Skyline' => 'BoxPacking\\Skyline',
|
191 |
-
'WbsVendors\\BoxPacking\\Packer' => 'BoxPacking\\Packer',
|
192 |
-
'WbsVendors\\Dgm\\Shengine\\Processing\\RateRegister' => 'Dgm\\Shengine\\Processing\\RateRegister',
|
193 |
-
'WbsVendors\\Dgm\\Shengine\\Processing\\Processor' => 'Dgm\\Shengine\\Processing\\Processor',
|
194 |
-
'WbsVendors\\Dgm\\Shengine\\Processing\\Registers' => 'Dgm\\Shengine\\Processing\\Registers',
|
195 |
-
'WbsVendors\\Dgm\\Shengine\\Operations\\GroupOperation' => 'Dgm\\Shengine\\Operations\\GroupOperation',
|
196 |
-
'WbsVendors\\Dgm\\Shengine\\Operations\\ClampOperation' => 'Dgm\\Shengine\\Operations\\ClampOperation',
|
197 |
-
'WbsVendors\\Dgm\\Shengine\\Operations\\AbstractOperation' => 'Dgm\\Shengine\\Operations\\AbstractOperation',
|
198 |
-
'WbsVendors\\Dgm\\Shengine\\Operations\\AddOperation' => 'Dgm\\Shengine\\Operations\\AddOperation',
|
199 |
-
'WbsVendors\\Dgm\\Shengine\\Operations\\MultiplyOperation' => 'Dgm\\Shengine\\Operations\\MultiplyOperation',
|
200 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\FreeCalculator' => 'Dgm\\Shengine\\Calculators\\FreeCalculator',
|
201 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\ProgressiveCalculator' => 'Dgm\\Shengine\\Calculators\\ProgressiveCalculator',
|
202 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\GroupCalculator' => 'Dgm\\Shengine\\Calculators\\GroupCalculator',
|
203 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\ClampCalculator' => 'Dgm\\Shengine\\Calculators\\ClampCalculator',
|
204 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\ConstantCalculator' => 'Dgm\\Shengine\\Calculators\\ConstantCalculator',
|
205 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\ChildrenCalculator' => 'Dgm\\Shengine\\Calculators\\ChildrenCalculator',
|
206 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\RuleCalculator' => 'Dgm\\Shengine\\Calculators\\RuleCalculator',
|
207 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\AggregatedCalculator' => 'Dgm\\Shengine\\Calculators\\AggregatedCalculator',
|
208 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator' => 'Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator',
|
209 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\ItemsPackableCondition' => 'Dgm\\Shengine\\Conditions\\ItemsPackableCondition',
|
210 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\DestinationCondition' => 'Dgm\\Shengine\\Conditions\\DestinationCondition',
|
211 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\TermsCondition' => 'Dgm\\Shengine\\Conditions\\Package\\TermsCondition',
|
212 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition' => 'Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition',
|
213 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition' => 'Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition',
|
214 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition',
|
215 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition',
|
216 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition',
|
217 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition',
|
218 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition',
|
219 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition',
|
220 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition',
|
221 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition',
|
222 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition',
|
223 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition',
|
224 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition',
|
225 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition',
|
226 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition',
|
227 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition',
|
228 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition',
|
229 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition' => 'Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition',
|
230 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition',
|
231 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition',
|
232 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition',
|
233 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition',
|
234 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition',
|
235 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\GroupCondition' => 'Dgm\\Shengine\\Conditions\\Common\\GroupCondition',
|
236 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AggregateCondition' => 'Dgm\\Shengine\\Conditions\\Common\\AggregateCondition',
|
237 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AbstractCondition' => 'Dgm\\Shengine\\Conditions\\Common\\AbstractCondition',
|
238 |
-
'WbsVendors\\Dgm\\Shengine\\Aggregators\\SumAggregator' => 'Dgm\\Shengine\\Aggregators\\SumAggregator',
|
239 |
-
'WbsVendors\\Dgm\\Shengine\\Aggregators\\FirstAggregator' => 'Dgm\\Shengine\\Aggregators\\FirstAggregator',
|
240 |
-
'WbsVendors\\Dgm\\Shengine\\Aggregators\\ReduceAggregator' => 'Dgm\\Shengine\\Aggregators\\ReduceAggregator',
|
241 |
'WbsVendors\\Dgm\\Shengine\\Aggregators\\MinAggregator' => 'Dgm\\Shengine\\Aggregators\\MinAggregator',
|
242 |
'WbsVendors\\Dgm\\Shengine\\Aggregators\\LastAggregator' => 'Dgm\\Shengine\\Aggregators\\LastAggregator',
|
|
|
|
|
243 |
'WbsVendors\\Dgm\\Shengine\\Aggregators\\AverageAggregator' => 'Dgm\\Shengine\\Aggregators\\AverageAggregator',
|
244 |
-
'WbsVendors\\Dgm\\Shengine\\Aggregators\\
|
245 |
-
'WbsVendors\\Dgm\\Shengine\\Grouping\\AttributeGrouping' => 'Dgm\\Shengine\\Grouping\\AttributeGrouping',
|
246 |
-
'WbsVendors\\Dgm\\Shengine\\Grouping\\NoopGrouping' => 'Dgm\\Shengine\\Grouping\\NoopGrouping',
|
247 |
'WbsVendors\\Dgm\\Shengine\\Grouping\\ByItemGrouping' => 'Dgm\\Shengine\\Grouping\\ByItemGrouping',
|
248 |
-
'WbsVendors\\Dgm\\Shengine\\
|
249 |
-
'WbsVendors\\Dgm\\Shengine\\
|
250 |
-
'WbsVendors\\Dgm\\Shengine\\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRuleMeta' => 'Dgm\\Shengine\\Interfaces\\IRuleMeta',
|
252 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICondition' => 'Dgm\\Shengine\\Interfaces\\ICondition',
|
253 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IGrouping' => 'Dgm\\Shengine\\Interfaces\\IGrouping',
|
254 |
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IPackage' => 'Dgm\\Shengine\\Interfaces\\IPackage',
|
255 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAggregator' => 'Dgm\\Shengine\\Interfaces\\IAggregator',
|
256 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRule' => 'Dgm\\Shengine\\Interfaces\\IRule',
|
257 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItemAggregatables' => 'Dgm\\Shengine\\Interfaces\\IItemAggregatables',
|
258 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAttribute' => 'Dgm\\Shengine\\Interfaces\\IAttribute',
|
259 |
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRate' => 'Dgm\\Shengine\\Interfaces\\IRate',
|
260 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\
|
261 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICalculator' => 'Dgm\\Shengine\\Interfaces\\ICalculator',
|
262 |
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IProcessor' => 'Dgm\\Shengine\\Interfaces\\IProcessor',
|
|
|
|
|
263 |
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IMatcher' => 'Dgm\\Shengine\\Interfaces\\IMatcher',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
'WbsVendors\\Dgm\\Shengine\\RuleMatcherMeta' => 'Dgm\\Shengine\\RuleMatcherMeta',
|
265 |
'WbsVendors\\Dgm\\Shengine\\Model\\Item' => 'Dgm\\Shengine\\Model\\Item',
|
266 |
'WbsVendors\\Dgm\\Shengine\\Model\\ItemDefaults' => 'Dgm\\Shengine\\Model\\ItemDefaults',
|
267 |
'WbsVendors\\Dgm\\Shengine\\Model\\Destination' => 'Dgm\\Shengine\\Model\\Destination',
|
268 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Rule' => 'Dgm\\Shengine\\Model\\Rule',
|
269 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Package' => 'Dgm\\Shengine\\Model\\Package',
|
270 |
'WbsVendors\\Dgm\\Shengine\\Model\\Rate' => 'Dgm\\Shengine\\Model\\Rate',
|
271 |
'WbsVendors\\Dgm\\Shengine\\Model\\Address' => 'Dgm\\Shengine\\Model\\Address',
|
272 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Price' => 'Dgm\\Shengine\\Model\\Price',
|
273 |
'WbsVendors\\Dgm\\Shengine\\Model\\Item\\Builder' => 'Dgm\\Shengine\\Model\\Item\\Builder',
|
274 |
'WbsVendors\\Dgm\\Shengine\\Model\\RuleMeta' => 'Dgm\\Shengine\\Model\\RuleMeta',
|
275 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\
|
|
|
|
|
276 |
'WbsVendors\\Dgm\\Shengine\\Model\\Dimensions' => 'Dgm\\Shengine\\Model\\Dimensions',
|
277 |
-
'WbsVendors\\Dgm\\Shengine\\
|
278 |
-
'WbsVendors\\Dgm\\Shengine\\
|
279 |
-
'WbsVendors\\Dgm\\Shengine\\
|
280 |
-
'WbsVendors\\Dgm\\Shengine\\
|
281 |
-
'WbsVendors\\Dgm\\Shengine\\
|
282 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemAttribute' => 'Dgm\\Shengine\\Attributes\\ItemAttribute',
|
283 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\SumAttribute' => 'Dgm\\Shengine\\Attributes\\SumAttribute',
|
284 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\CountAttribute' => 'Dgm\\Shengine\\Attributes\\CountAttribute',
|
285 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\DestinationAttribute' => 'Dgm\\Shengine\\Attributes\\DestinationAttribute',
|
286 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\PriceAttribute' => 'Dgm\\Shengine\\Attributes\\PriceAttribute',
|
287 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\VolumeAttribute' => 'Dgm\\Shengine\\Attributes\\VolumeAttribute',
|
288 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductAttribute' => 'Dgm\\Shengine\\Attributes\\ProductAttribute',
|
289 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductVariationAttribute' => 'Dgm\\Shengine\\Attributes\\ProductVariationAttribute',
|
290 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\CustomerRolesAttribute' => 'Dgm\\Shengine\\Attributes\\CustomerRolesAttribute',
|
291 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\WeightAttribute' => 'Dgm\\Shengine\\Attributes\\WeightAttribute',
|
292 |
'WbsVendors\\Dgm\\Shengine\\RuleMatcher' => 'Dgm\\Shengine\\RuleMatcher',
|
293 |
-
'WbsVendors\\Dgm\\SimpleProperties\\SimpleProperties' => 'Dgm\\SimpleProperties\\SimpleProperties',
|
294 |
-
'WbsVendors\\Dgm\\WcTools\\WcTools' => 'Dgm\\WcTools\\WcTools',
|
295 |
'WbsVendors\\Dgm\\Range\\Range' => 'Dgm\\Range\\Range',
|
296 |
-
'WbsVendors\\Dgm\\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
297 |
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter' => 'Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
),
|
299 |
'func' =>
|
300 |
array (
|
3 |
array (
|
4 |
'class' =>
|
5 |
array (
|
6 |
+
'Dgm\\Shengine\\Aggregators\\MaxAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\MaxAggregator',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
'Dgm\\Shengine\\Aggregators\\MinAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\MinAggregator',
|
8 |
'Dgm\\Shengine\\Aggregators\\LastAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\LastAggregator',
|
9 |
+
'Dgm\\Shengine\\Aggregators\\FirstAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\FirstAggregator',
|
10 |
+
'Dgm\\Shengine\\Aggregators\\SumAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\SumAggregator',
|
11 |
'Dgm\\Shengine\\Aggregators\\AverageAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\AverageAggregator',
|
12 |
+
'Dgm\\Shengine\\Aggregators\\ReduceAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\ReduceAggregator',
|
|
|
|
|
13 |
'Dgm\\Shengine\\Grouping\\ByItemGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\ByItemGrouping',
|
14 |
+
'Dgm\\Shengine\\Grouping\\NoopGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\NoopGrouping',
|
15 |
+
'Dgm\\Shengine\\Grouping\\AttributeGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\AttributeGrouping',
|
16 |
+
'Dgm\\Shengine\\Attributes\\TermsAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\TermsAttribute',
|
17 |
+
'Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute',
|
18 |
+
'Dgm\\Shengine\\Attributes\\VolumeAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\VolumeAttribute',
|
19 |
+
'Dgm\\Shengine\\Attributes\\MapAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\MapAttribute',
|
20 |
+
'Dgm\\Shengine\\Attributes\\ItemAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemAttribute',
|
21 |
+
'Dgm\\Shengine\\Attributes\\CountAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\CountAttribute',
|
22 |
+
'Dgm\\Shengine\\Attributes\\SumAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\SumAttribute',
|
23 |
+
'Dgm\\Shengine\\Attributes\\CouponsAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\CouponsAttribute',
|
24 |
+
'Dgm\\Shengine\\Attributes\\AbstractAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\AbstractAttribute',
|
25 |
+
'Dgm\\Shengine\\Attributes\\WeightAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\WeightAttribute',
|
26 |
+
'Dgm\\Shengine\\Attributes\\PriceAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\PriceAttribute',
|
27 |
+
'Dgm\\Shengine\\Attributes\\ProductAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductAttribute',
|
28 |
+
'Dgm\\Shengine\\Attributes\\ProductVariationAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductVariationAttribute',
|
29 |
+
'Dgm\\Shengine\\Attributes\\DestinationAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\DestinationAttribute',
|
30 |
+
'Dgm\\Shengine\\Attributes\\CustomerRolesAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\CustomerRolesAttribute',
|
31 |
+
'Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition',
|
32 |
+
'Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition',
|
33 |
+
'Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition',
|
34 |
+
'Dgm\\Shengine\\Conditions\\Common\\AggregateCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AggregateCondition',
|
35 |
+
'Dgm\\Shengine\\Conditions\\Common\\GroupCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\GroupCondition',
|
36 |
+
'Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition',
|
37 |
+
'Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition',
|
38 |
+
'Dgm\\Shengine\\Conditions\\Common\\AbstractCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AbstractCondition',
|
39 |
+
'Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition',
|
40 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition',
|
41 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition',
|
42 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition',
|
43 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition',
|
44 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition',
|
45 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition',
|
46 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition',
|
47 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition',
|
48 |
+
'Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition',
|
49 |
+
'Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition',
|
50 |
+
'Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition',
|
51 |
+
'Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition',
|
52 |
+
'Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition',
|
53 |
+
'Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition',
|
54 |
+
'Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition',
|
55 |
+
'Dgm\\Shengine\\Conditions\\DestinationCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\DestinationCondition',
|
56 |
+
'Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition',
|
57 |
+
'Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition',
|
58 |
+
'Dgm\\Shengine\\Conditions\\Package\\TermsCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\TermsCondition',
|
59 |
+
'Dgm\\Shengine\\Conditions\\ItemsPackableCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\ItemsPackableCondition',
|
60 |
'Dgm\\Shengine\\Interfaces\\IRuleMeta' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRuleMeta',
|
|
|
|
|
61 |
'Dgm\\Shengine\\Interfaces\\IPackage' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IPackage',
|
|
|
|
|
|
|
|
|
62 |
'Dgm\\Shengine\\Interfaces\\IRate' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRate',
|
63 |
+
'Dgm\\Shengine\\Interfaces\\IItemAggregatables' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItemAggregatables',
|
|
|
64 |
'Dgm\\Shengine\\Interfaces\\IProcessor' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IProcessor',
|
65 |
+
'Dgm\\Shengine\\Interfaces\\ICondition' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICondition',
|
66 |
+
'Dgm\\Shengine\\Interfaces\\ICalculator' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICalculator',
|
67 |
'Dgm\\Shengine\\Interfaces\\IMatcher' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IMatcher',
|
68 |
+
'Dgm\\Shengine\\Interfaces\\IRule' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRule',
|
69 |
+
'Dgm\\Shengine\\Loader\\ILoader' => 'WbsVendors\\Dgm\\Shengine\\Loader\\ILoader',
|
70 |
+
'Dgm\\Shengine\\Interfaces\\IOperation' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IOperation',
|
71 |
+
'Dgm\\Shengine\\Interfaces\\IGrouping' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IGrouping',
|
72 |
+
'Dgm\\Shengine\\Interfaces\\IAttribute' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAttribute',
|
73 |
+
'Dgm\\Shengine\\Interfaces\\IItem' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItem',
|
74 |
+
'Dgm\\Shengine\\Interfaces\\IAggregator' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAggregator',
|
75 |
+
'Dgm\\Shengine\\Operations\\ClampOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\ClampOperation',
|
76 |
+
'Dgm\\Shengine\\Operations\\AddOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\AddOperation',
|
77 |
+
'Dgm\\Shengine\\Operations\\GroupOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\GroupOperation',
|
78 |
+
'Dgm\\Shengine\\Operations\\MultiplyOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\MultiplyOperation',
|
79 |
+
'Dgm\\Shengine\\Operations\\AbstractOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\AbstractOperation',
|
80 |
+
'Dgm\\Shengine\\Calculators\\FreeCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\FreeCalculator',
|
81 |
+
'Dgm\\Shengine\\Calculators\\RuleCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\RuleCalculator',
|
82 |
+
'Dgm\\Shengine\\Calculators\\ConstantCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ConstantCalculator',
|
83 |
+
'Dgm\\Shengine\\Calculators\\AggregatedCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\AggregatedCalculator',
|
84 |
+
'Dgm\\Shengine\\Calculators\\ClampCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ClampCalculator',
|
85 |
+
'Dgm\\Shengine\\Calculators\\ChildrenCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ChildrenCalculator',
|
86 |
+
'Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator',
|
87 |
+
'Dgm\\Shengine\\Calculators\\ProgressiveCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ProgressiveCalculator',
|
88 |
+
'Dgm\\Shengine\\Calculators\\GroupCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\GroupCalculator',
|
89 |
'Dgm\\Shengine\\RuleMatcherMeta' => 'WbsVendors\\Dgm\\Shengine\\RuleMatcherMeta',
|
90 |
'Dgm\\Shengine\\Model\\Item' => 'WbsVendors\\Dgm\\Shengine\\Model\\Item',
|
91 |
'Dgm\\Shengine\\Model\\ItemDefaults' => 'WbsVendors\\Dgm\\Shengine\\Model\\ItemDefaults',
|
92 |
'Dgm\\Shengine\\Model\\Destination' => 'WbsVendors\\Dgm\\Shengine\\Model\\Destination',
|
|
|
|
|
93 |
'Dgm\\Shengine\\Model\\Rate' => 'WbsVendors\\Dgm\\Shengine\\Model\\Rate',
|
94 |
'Dgm\\Shengine\\Model\\Address' => 'WbsVendors\\Dgm\\Shengine\\Model\\Address',
|
|
|
95 |
'Dgm\\Shengine\\Model\\Item\\Builder' => 'WbsVendors\\Dgm\\Shengine\\Model\\Item\\Builder',
|
96 |
'Dgm\\Shengine\\Model\\RuleMeta' => 'WbsVendors\\Dgm\\Shengine\\Model\\RuleMeta',
|
97 |
+
'Dgm\\Shengine\\Model\\Package' => 'WbsVendors\\Dgm\\Shengine\\Model\\Package',
|
98 |
+
'Dgm\\Shengine\\Model\\Rule' => 'WbsVendors\\Dgm\\Shengine\\Model\\Rule',
|
99 |
+
'Dgm\\Shengine\\Model\\Price' => 'WbsVendors\\Dgm\\Shengine\\Model\\Price',
|
100 |
'Dgm\\Shengine\\Model\\Dimensions' => 'WbsVendors\\Dgm\\Shengine\\Model\\Dimensions',
|
101 |
+
'Dgm\\Shengine\\Model\\Customer' => 'WbsVendors\\Dgm\\Shengine\\Model\\Customer',
|
102 |
+
'Dgm\\Shengine\\Processing\\RateRegister' => 'WbsVendors\\Dgm\\Shengine\\Processing\\RateRegister',
|
103 |
+
'Dgm\\Shengine\\Processing\\Registers' => 'WbsVendors\\Dgm\\Shengine\\Processing\\Registers',
|
104 |
+
'Dgm\\Shengine\\Processing\\Processor' => 'WbsVendors\\Dgm\\Shengine\\Processing\\Processor',
|
105 |
+
'Dgm\\Shengine\\Units' => 'WbsVendors\\Dgm\\Shengine\\Units',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
'Dgm\\Shengine\\RuleMatcher' => 'WbsVendors\\Dgm\\Shengine\\RuleMatcher',
|
|
|
|
|
107 |
'Dgm\\Range\\Range' => 'WbsVendors\\Dgm\\Range\\Range',
|
108 |
+
'Dgm\\Comparator\\StringComparator' => 'WbsVendors\\Dgm\\Comparator\\StringComparator',
|
109 |
+
'Dgm\\Comparator\\IComparator' => 'WbsVendors\\Dgm\\Comparator\\IComparator',
|
110 |
+
'Dgm\\Comparator\\AbstractComparator' => 'WbsVendors\\Dgm\\Comparator\\AbstractComparator',
|
111 |
+
'Dgm\\Comparator\\NumberComparator' => 'WbsVendors\\Dgm\\Comparator\\NumberComparator',
|
112 |
+
'Dgm\\ClassNameAware\\ClassNameAware' => 'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware',
|
113 |
+
'BoxPacking\\Utils' => 'WbsVendors\\BoxPacking\\Utils',
|
114 |
+
'BoxPacking\\Packer' => 'WbsVendors\\BoxPacking\\Packer',
|
115 |
+
'BoxPacking\\Skyline' => 'WbsVendors\\BoxPacking\\Skyline',
|
116 |
'Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter',
|
117 |
+
'Dgm\\Shengine\\Woocommerce\\Converters\\RateConverter' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Converters\\RateConverter',
|
118 |
+
'Dgm\\Arrays\\Arrays' => 'WbsVendors\\Dgm\\Arrays\\Arrays',
|
119 |
+
'DgmWpPluginBootstrapGuard' => 'WbsVendors_DgmWpPluginBootstrapGuard',
|
120 |
+
'DgmWpDismissibleNotices' => 'WbsVendors_DgmWpDismissibleNotices',
|
121 |
+
'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration',
|
122 |
+
'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration',
|
123 |
+
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess',
|
124 |
+
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage',
|
125 |
+
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord',
|
126 |
+
'Dgm\\Shengine\\Migrations\\AbstractConfigStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\AbstractConfigStorage',
|
127 |
+
'Dgm\\Shengine\\Migrations\\MigrationService' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\MigrationService',
|
128 |
+
'Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage',
|
129 |
+
'Dgm\\Shengine\\Migrations\\Storage\\StorageRecord' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\StorageRecord',
|
130 |
+
'Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions',
|
131 |
+
'Dgm\\ComposerCapsule\\Runtime\\Wrapper' => 'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Wrapper',
|
132 |
+
'Dgm\\ComposerCapsule\\Runtime\\Runtime' => 'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Runtime',
|
133 |
+
'CCR' => 'WbsVendors_CCR',
|
134 |
+
'Dgm\\SimpleProperties\\SimpleProperties' => 'WbsVendors\\Dgm\\SimpleProperties\\SimpleProperties',
|
135 |
+
'Dgm\\NumberUnit\\NumberUnit' => 'WbsVendors\\Dgm\\NumberUnit\\NumberUnit',
|
136 |
+
'Dgm\\WcTools\\WcTools' => 'WbsVendors\\Dgm\\WcTools\\WcTools',
|
137 |
+
'Deferred\\Deferred' => 'WbsVendors\\Deferred\\Deferred',
|
138 |
+
'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem',
|
139 |
+
'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem',
|
140 |
+
'Dgm\\PluginServices\\IService' => 'WbsVendors\\Dgm\\PluginServices\\IService',
|
141 |
+
'Dgm\\PluginServices\\IServiceReady' => 'WbsVendors\\Dgm\\PluginServices\\IServiceReady',
|
142 |
+
'Dgm\\PluginServices\\ServiceInstaller' => 'WbsVendors\\Dgm\\PluginServices\\ServiceInstaller',
|
143 |
+
'ComposerAutoloaderInitaeb17d1033f7b90d7fd4df52ef2e3392' => 'WbsVendors_ComposerAutoloaderInitaeb17d1033f7b90d7fd4df52ef2e3392',
|
144 |
+
'Composer\\Autoload\\ClassLoader' => 'WbsVendors\\Composer\\Autoload\\ClassLoader',
|
145 |
+
'Composer\\Autoload\\ComposerStaticInitaeb17d1033f7b90d7fd4df52ef2e3392' => 'WbsVendors\\Composer\\Autoload\\ComposerStaticInitaeb17d1033f7b90d7fd4df52ef2e3392',
|
146 |
),
|
147 |
'func' =>
|
148 |
array (
|
155 |
array (
|
156 |
'class' =>
|
157 |
array (
|
158 |
+
'WbsVendors\\Dgm\\Shengine\\Aggregators\\MaxAggregator' => 'Dgm\\Shengine\\Aggregators\\MaxAggregator',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
'WbsVendors\\Dgm\\Shengine\\Aggregators\\MinAggregator' => 'Dgm\\Shengine\\Aggregators\\MinAggregator',
|
160 |
'WbsVendors\\Dgm\\Shengine\\Aggregators\\LastAggregator' => 'Dgm\\Shengine\\Aggregators\\LastAggregator',
|
161 |
+
'WbsVendors\\Dgm\\Shengine\\Aggregators\\FirstAggregator' => 'Dgm\\Shengine\\Aggregators\\FirstAggregator',
|
162 |
+
'WbsVendors\\Dgm\\Shengine\\Aggregators\\SumAggregator' => 'Dgm\\Shengine\\Aggregators\\SumAggregator',
|
163 |
'WbsVendors\\Dgm\\Shengine\\Aggregators\\AverageAggregator' => 'Dgm\\Shengine\\Aggregators\\AverageAggregator',
|
164 |
+
'WbsVendors\\Dgm\\Shengine\\Aggregators\\ReduceAggregator' => 'Dgm\\Shengine\\Aggregators\\ReduceAggregator',
|
|
|
|
|
165 |
'WbsVendors\\Dgm\\Shengine\\Grouping\\ByItemGrouping' => 'Dgm\\Shengine\\Grouping\\ByItemGrouping',
|
166 |
+
'WbsVendors\\Dgm\\Shengine\\Grouping\\NoopGrouping' => 'Dgm\\Shengine\\Grouping\\NoopGrouping',
|
167 |
+
'WbsVendors\\Dgm\\Shengine\\Grouping\\AttributeGrouping' => 'Dgm\\Shengine\\Grouping\\AttributeGrouping',
|
168 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\TermsAttribute' => 'Dgm\\Shengine\\Attributes\\TermsAttribute',
|
169 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute' => 'Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute',
|
170 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\VolumeAttribute' => 'Dgm\\Shengine\\Attributes\\VolumeAttribute',
|
171 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\MapAttribute' => 'Dgm\\Shengine\\Attributes\\MapAttribute',
|
172 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemAttribute' => 'Dgm\\Shengine\\Attributes\\ItemAttribute',
|
173 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\CountAttribute' => 'Dgm\\Shengine\\Attributes\\CountAttribute',
|
174 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\SumAttribute' => 'Dgm\\Shengine\\Attributes\\SumAttribute',
|
175 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\CouponsAttribute' => 'Dgm\\Shengine\\Attributes\\CouponsAttribute',
|
176 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\AbstractAttribute' => 'Dgm\\Shengine\\Attributes\\AbstractAttribute',
|
177 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\WeightAttribute' => 'Dgm\\Shengine\\Attributes\\WeightAttribute',
|
178 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\PriceAttribute' => 'Dgm\\Shengine\\Attributes\\PriceAttribute',
|
179 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductAttribute' => 'Dgm\\Shengine\\Attributes\\ProductAttribute',
|
180 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductVariationAttribute' => 'Dgm\\Shengine\\Attributes\\ProductVariationAttribute',
|
181 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\DestinationAttribute' => 'Dgm\\Shengine\\Attributes\\DestinationAttribute',
|
182 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\CustomerRolesAttribute' => 'Dgm\\Shengine\\Attributes\\CustomerRolesAttribute',
|
183 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition',
|
184 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition',
|
185 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition',
|
186 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AggregateCondition' => 'Dgm\\Shengine\\Conditions\\Common\\AggregateCondition',
|
187 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\GroupCondition' => 'Dgm\\Shengine\\Conditions\\Common\\GroupCondition',
|
188 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition',
|
189 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition',
|
190 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AbstractCondition' => 'Dgm\\Shengine\\Conditions\\Common\\AbstractCondition',
|
191 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition' => 'Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition',
|
192 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition',
|
193 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition',
|
194 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition',
|
195 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition',
|
196 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition',
|
197 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition',
|
198 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition',
|
199 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition',
|
200 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition',
|
201 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition',
|
202 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition',
|
203 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition',
|
204 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition',
|
205 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition',
|
206 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition',
|
207 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\DestinationCondition' => 'Dgm\\Shengine\\Conditions\\DestinationCondition',
|
208 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition' => 'Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition',
|
209 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition' => 'Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition',
|
210 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\TermsCondition' => 'Dgm\\Shengine\\Conditions\\Package\\TermsCondition',
|
211 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\ItemsPackableCondition' => 'Dgm\\Shengine\\Conditions\\ItemsPackableCondition',
|
212 |
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRuleMeta' => 'Dgm\\Shengine\\Interfaces\\IRuleMeta',
|
|
|
|
|
213 |
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IPackage' => 'Dgm\\Shengine\\Interfaces\\IPackage',
|
|
|
|
|
|
|
|
|
214 |
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRate' => 'Dgm\\Shengine\\Interfaces\\IRate',
|
215 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItemAggregatables' => 'Dgm\\Shengine\\Interfaces\\IItemAggregatables',
|
|
|
216 |
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IProcessor' => 'Dgm\\Shengine\\Interfaces\\IProcessor',
|
217 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICondition' => 'Dgm\\Shengine\\Interfaces\\ICondition',
|
218 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICalculator' => 'Dgm\\Shengine\\Interfaces\\ICalculator',
|
219 |
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IMatcher' => 'Dgm\\Shengine\\Interfaces\\IMatcher',
|
220 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRule' => 'Dgm\\Shengine\\Interfaces\\IRule',
|
221 |
+
'WbsVendors\\Dgm\\Shengine\\Loader\\ILoader' => 'Dgm\\Shengine\\Loader\\ILoader',
|
222 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IOperation' => 'Dgm\\Shengine\\Interfaces\\IOperation',
|
223 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IGrouping' => 'Dgm\\Shengine\\Interfaces\\IGrouping',
|
224 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAttribute' => 'Dgm\\Shengine\\Interfaces\\IAttribute',
|
225 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItem' => 'Dgm\\Shengine\\Interfaces\\IItem',
|
226 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAggregator' => 'Dgm\\Shengine\\Interfaces\\IAggregator',
|
227 |
+
'WbsVendors\\Dgm\\Shengine\\Operations\\ClampOperation' => 'Dgm\\Shengine\\Operations\\ClampOperation',
|
228 |
+
'WbsVendors\\Dgm\\Shengine\\Operations\\AddOperation' => 'Dgm\\Shengine\\Operations\\AddOperation',
|
229 |
+
'WbsVendors\\Dgm\\Shengine\\Operations\\GroupOperation' => 'Dgm\\Shengine\\Operations\\GroupOperation',
|
230 |
+
'WbsVendors\\Dgm\\Shengine\\Operations\\MultiplyOperation' => 'Dgm\\Shengine\\Operations\\MultiplyOperation',
|
231 |
+
'WbsVendors\\Dgm\\Shengine\\Operations\\AbstractOperation' => 'Dgm\\Shengine\\Operations\\AbstractOperation',
|
232 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\FreeCalculator' => 'Dgm\\Shengine\\Calculators\\FreeCalculator',
|
233 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\RuleCalculator' => 'Dgm\\Shengine\\Calculators\\RuleCalculator',
|
234 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\ConstantCalculator' => 'Dgm\\Shengine\\Calculators\\ConstantCalculator',
|
235 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\AggregatedCalculator' => 'Dgm\\Shengine\\Calculators\\AggregatedCalculator',
|
236 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\ClampCalculator' => 'Dgm\\Shengine\\Calculators\\ClampCalculator',
|
237 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\ChildrenCalculator' => 'Dgm\\Shengine\\Calculators\\ChildrenCalculator',
|
238 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator' => 'Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator',
|
239 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\ProgressiveCalculator' => 'Dgm\\Shengine\\Calculators\\ProgressiveCalculator',
|
240 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\GroupCalculator' => 'Dgm\\Shengine\\Calculators\\GroupCalculator',
|
241 |
'WbsVendors\\Dgm\\Shengine\\RuleMatcherMeta' => 'Dgm\\Shengine\\RuleMatcherMeta',
|
242 |
'WbsVendors\\Dgm\\Shengine\\Model\\Item' => 'Dgm\\Shengine\\Model\\Item',
|
243 |
'WbsVendors\\Dgm\\Shengine\\Model\\ItemDefaults' => 'Dgm\\Shengine\\Model\\ItemDefaults',
|
244 |
'WbsVendors\\Dgm\\Shengine\\Model\\Destination' => 'Dgm\\Shengine\\Model\\Destination',
|
|
|
|
|
245 |
'WbsVendors\\Dgm\\Shengine\\Model\\Rate' => 'Dgm\\Shengine\\Model\\Rate',
|
246 |
'WbsVendors\\Dgm\\Shengine\\Model\\Address' => 'Dgm\\Shengine\\Model\\Address',
|
|
|
247 |
'WbsVendors\\Dgm\\Shengine\\Model\\Item\\Builder' => 'Dgm\\Shengine\\Model\\Item\\Builder',
|
248 |
'WbsVendors\\Dgm\\Shengine\\Model\\RuleMeta' => 'Dgm\\Shengine\\Model\\RuleMeta',
|
249 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Package' => 'Dgm\\Shengine\\Model\\Package',
|
250 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Rule' => 'Dgm\\Shengine\\Model\\Rule',
|
251 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Price' => 'Dgm\\Shengine\\Model\\Price',
|
252 |
'WbsVendors\\Dgm\\Shengine\\Model\\Dimensions' => 'Dgm\\Shengine\\Model\\Dimensions',
|
253 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Customer' => 'Dgm\\Shengine\\Model\\Customer',
|
254 |
+
'WbsVendors\\Dgm\\Shengine\\Processing\\RateRegister' => 'Dgm\\Shengine\\Processing\\RateRegister',
|
255 |
+
'WbsVendors\\Dgm\\Shengine\\Processing\\Registers' => 'Dgm\\Shengine\\Processing\\Registers',
|
256 |
+
'WbsVendors\\Dgm\\Shengine\\Processing\\Processor' => 'Dgm\\Shengine\\Processing\\Processor',
|
257 |
+
'WbsVendors\\Dgm\\Shengine\\Units' => 'Dgm\\Shengine\\Units',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
'WbsVendors\\Dgm\\Shengine\\RuleMatcher' => 'Dgm\\Shengine\\RuleMatcher',
|
|
|
|
|
259 |
'WbsVendors\\Dgm\\Range\\Range' => 'Dgm\\Range\\Range',
|
260 |
+
'WbsVendors\\Dgm\\Comparator\\StringComparator' => 'Dgm\\Comparator\\StringComparator',
|
261 |
+
'WbsVendors\\Dgm\\Comparator\\IComparator' => 'Dgm\\Comparator\\IComparator',
|
262 |
+
'WbsVendors\\Dgm\\Comparator\\AbstractComparator' => 'Dgm\\Comparator\\AbstractComparator',
|
263 |
+
'WbsVendors\\Dgm\\Comparator\\NumberComparator' => 'Dgm\\Comparator\\NumberComparator',
|
264 |
+
'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware' => 'Dgm\\ClassNameAware\\ClassNameAware',
|
265 |
+
'WbsVendors\\BoxPacking\\Utils' => 'BoxPacking\\Utils',
|
266 |
+
'WbsVendors\\BoxPacking\\Packer' => 'BoxPacking\\Packer',
|
267 |
+
'WbsVendors\\BoxPacking\\Skyline' => 'BoxPacking\\Skyline',
|
268 |
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter' => 'Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter',
|
269 |
+
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Converters\\RateConverter' => 'Dgm\\Shengine\\Woocommerce\\Converters\\RateConverter',
|
270 |
+
'WbsVendors\\Dgm\\Arrays\\Arrays' => 'Dgm\\Arrays\\Arrays',
|
271 |
+
'WbsVendors_DgmWpPluginBootstrapGuard' => 'DgmWpPluginBootstrapGuard',
|
272 |
+
'WbsVendors_DgmWpDismissibleNotices' => 'DgmWpDismissibleNotices',
|
273 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration',
|
274 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration',
|
275 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess',
|
276 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage',
|
277 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord',
|
278 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\AbstractConfigStorage' => 'Dgm\\Shengine\\Migrations\\AbstractConfigStorage',
|
279 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\MigrationService' => 'Dgm\\Shengine\\Migrations\\MigrationService',
|
280 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage' => 'Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage',
|
281 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\StorageRecord' => 'Dgm\\Shengine\\Migrations\\Storage\\StorageRecord',
|
282 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions' => 'Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions',
|
283 |
+
'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Wrapper' => 'Dgm\\ComposerCapsule\\Runtime\\Wrapper',
|
284 |
+
'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Runtime' => 'Dgm\\ComposerCapsule\\Runtime\\Runtime',
|
285 |
+
'WbsVendors_CCR' => 'CCR',
|
286 |
+
'WbsVendors\\Dgm\\SimpleProperties\\SimpleProperties' => 'Dgm\\SimpleProperties\\SimpleProperties',
|
287 |
+
'WbsVendors\\Dgm\\NumberUnit\\NumberUnit' => 'Dgm\\NumberUnit\\NumberUnit',
|
288 |
+
'WbsVendors\\Dgm\\WcTools\\WcTools' => 'Dgm\\WcTools\\WcTools',
|
289 |
+
'WbsVendors\\Deferred\\Deferred' => 'Deferred\\Deferred',
|
290 |
+
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem' => 'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem',
|
291 |
+
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem' => 'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem',
|
292 |
+
'WbsVendors\\Dgm\\PluginServices\\IService' => 'Dgm\\PluginServices\\IService',
|
293 |
+
'WbsVendors\\Dgm\\PluginServices\\IServiceReady' => 'Dgm\\PluginServices\\IServiceReady',
|
294 |
+
'WbsVendors\\Dgm\\PluginServices\\ServiceInstaller' => 'Dgm\\PluginServices\\ServiceInstaller',
|
295 |
+
'WbsVendors_ComposerAutoloaderInitaeb17d1033f7b90d7fd4df52ef2e3392' => 'ComposerAutoloaderInitaeb17d1033f7b90d7fd4df52ef2e3392',
|
296 |
+
'WbsVendors\\Composer\\Autoload\\ClassLoader' => 'Composer\\Autoload\\ClassLoader',
|
297 |
+
'WbsVendors\\Composer\\Autoload\\ComposerStaticInitaeb17d1033f7b90d7fd4df52ef2e3392' => 'Composer\\Autoload\\ComposerStaticInitaeb17d1033f7b90d7fd4df52ef2e3392',
|
298 |
),
|
299 |
'func' =>
|
300 |
array (
|
server/vendor/dangoodman/arrays/Arrays.php
CHANGED
@@ -19,7 +19,7 @@ class Arrays
|
|
19 |
{
|
20 |
$result = is_array($list) ? $list : array();
|
21 |
foreach ($list as $key => $item) {
|
22 |
-
$result[$key] = call_user_func(\WbsVendors_CCR::kallable($callback), $item);
|
23 |
}
|
24 |
|
25 |
return $result;
|
@@ -37,7 +37,7 @@ class Arrays
|
|
37 |
public static function reduce($input, $callback, $carry = null)
|
38 |
{
|
39 |
foreach ($input as $item) {
|
40 |
-
$carry = call_user_func(\WbsVendors_CCR::kallable($callback), $carry, $item);
|
41 |
}
|
42 |
|
43 |
return $carry;
|
@@ -61,7 +61,7 @@ class Arrays
|
|
61 |
|
62 |
$result = is_array($input) ? $input : array();
|
63 |
foreach ($input as $key => $item) {
|
64 |
-
if (call_user_func(\WbsVendors_CCR::kallable($callback), $item)) {
|
65 |
$result[$key] = $item;
|
66 |
} else {
|
67 |
unset($result[$key]);
|
19 |
{
|
20 |
$result = is_array($list) ? $list : array();
|
21 |
foreach ($list as $key => $item) {
|
22 |
+
$result[$key] = call_user_func((\WbsVendors_CCR::kallable($callback)), $item);
|
23 |
}
|
24 |
|
25 |
return $result;
|
37 |
public static function reduce($input, $callback, $carry = null)
|
38 |
{
|
39 |
foreach ($input as $item) {
|
40 |
+
$carry = call_user_func((\WbsVendors_CCR::kallable($callback)), $carry, $item);
|
41 |
}
|
42 |
|
43 |
return $carry;
|
61 |
|
62 |
$result = is_array($input) ? $input : array();
|
63 |
foreach ($input as $key => $item) {
|
64 |
+
if (call_user_func((\WbsVendors_CCR::kallable($callback)), $item)) {
|
65 |
$result[$key] = $item;
|
66 |
} else {
|
67 |
unset($result[$key]);
|
server/vendor/dangoodman/shengine-wc-converters/src/PackageConverter.php
CHANGED
@@ -333,7 +333,7 @@ class PackageConverter
|
|
333 |
return $product->is_type('variation') ? $product->get_id() : null;
|
334 |
|
335 |
default:
|
336 |
-
return call_user_func(array(\WbsVendors_CCR::klass($product), "get_{$attr}"));
|
337 |
}
|
338 |
}
|
339 |
|
333 |
return $product->is_type('variation') ? $product->get_id() : null;
|
334 |
|
335 |
default:
|
336 |
+
return call_user_func(array((\WbsVendors_CCR::klass($product)), "get_{$attr}"));
|
337 |
}
|
338 |
}
|
339 |
|