woocommerce/classes
Coen Jacobs c8fa43d7bb Constructors can't return data. Set property instead. Closes #1994
Instead of returning the bool (which is impossible in a constructor)
the WC_Coupon constructor now sets a property coupon_valid during
constructing that can be used to check if the coupon is valid.
2012-12-17 13:20:22 +01:00
..
abstracts Remove pass by reference for objects 2012-12-15 12:53:32 +01:00
emails Remove pass by reference for objects 2012-12-15 12:53:32 +01:00
gateways Remove pass by reference for objects 2012-12-15 12:53:32 +01:00
integrations Remove pass by reference for objects 2012-12-15 12:53:32 +01:00
shipping Fix WC_Shipping_Method::get_fee() PHPDoc 2012-12-16 14:27:07 -05:00
walkers reports for subcats. Closes #1924. 2012-12-05 18:36:30 +00:00
class-wc-cart.php Removed double spaces in WC_Cart class methods 2012-12-15 13:01:42 +01:00
class-wc-checkout.php Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-12-15 13:00:34 +01:00
class-wc-countries.php Correct scope, remove use of var. 2012-12-14 23:37:41 +02:00
class-wc-coupon.php Constructors can't return data. Set property instead. Closes #1994 2012-12-17 13:20:22 +01:00
class-wc-customer.php Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-12-15 13:00:34 +01:00
class-wc-logger.php Change private name. 2012-12-15 00:00:04 +02:00
class-wc-order.php Correct scope. remove use of var. 2012-12-14 23:48:36 +02:00
class-wc-product-external.php Correct scope, remove use of var. 2012-12-14 23:49:46 +02:00
class-wc-product-factory.php Change phpDoc @return in Fantory class. 2012-12-06 19:15:18 +02:00
class-wc-product-grouped.php Correct scope, remove use of var. 2012-12-14 23:50:51 +02:00
class-wc-product-simple.php Correct scope, remove use of var. 2012-12-14 23:51:27 +02:00
class-wc-product-variable.php Correct scope, remove use of var. 2012-12-14 23:52:46 +02:00
class-wc-product-variation.php Correct scope, remove use of var. 2012-12-14 23:54:13 +02:00
class-wc-query.php Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-12-15 13:00:34 +01:00
class-wc-session-transients.php WooCommerce 2.0 is coming! 2012-12-03 20:19:58 +01:00
class-wc-settings-api.php Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-12-15 13:00:34 +01:00
class-wc-tax.php Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-12-15 13:00:34 +01:00
class-wc-validation.php Correct scope. 2012-12-15 00:03:34 +02:00