File "class-wc-customer-data-store-interface.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-data-store-interface.php
File size: 199 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

interface WC_Customer_Data_Store_Interface
{
    public function get_last_order(&$customer);
    public function get_order_count(&$customer);
    public function get_total_spent(&$customer);
}