PHP 8.0.30
Preview: class-wc-customer-data-store-interface.php Size: 820 B
/home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-data-store-interface.php

<?php
/**
 * Customer Data Store Interface
 *
 * @version 3.0.0
 * @package WooCommerce\Interface
 */

/**
 * WC Customer Data Store Interface
 *
 * Functions that must be defined by customer store classes.
 *
 * @version  3.0.0
 */
interface WC_Customer_Data_Store_Interface {

	/**
	 * Gets the customers last order.
	 *
	 * @param WC_Customer $customer Customer object.
	 * @return WC_Order|false
	 */
	public function get_last_order( &$customer );

	/**
	 * Return the number of orders this customer has.
	 *
	 * @param WC_Customer $customer Customer object.
	 * @return integer
	 */
	public function get_order_count( &$customer );

	/**
	 * Return how much money this customer has spent.
	 *
	 * @param WC_Customer $customer Customer object.
	 * @return float
	 */
	public function get_total_spent( &$customer );
}

Directory Contents

Dirs: 0 × Files: 20

Name Size Perms Modified Actions
1.09 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.33 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
820 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.58 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
658 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.12 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
690 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
3.67 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.62 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
3.01 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
2.42 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
544 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
523 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
289 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.77 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
3.74 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.88 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
5.39 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.80 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
787 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).