PHP Класс WC_Customer_Data_Store_Session

Автор: WooThemes
Наследование: extends WC_Data_Store_WP, implements WC_Customer_Data_Store_Interface, implements WC_Object_Data_Store_Interface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$session_keys array ..)

Открытые методы

Метод Описание
create ( &$customer ) Simply update the session.
delete ( &$customer, array $args = [] ) Deletes a customer from the database.
get_last_order ( &$customer ) : WC_Order | false Gets the customers last order.
get_order_count ( &$customer ) : integer Return the number of orders this customer has.
get_total_spent ( &$customer ) : float Return how much money this customer has spent.
read ( &$customer ) Read customer data from the session.
save_to_session ( $customer ) Saves all customer data to the session.
update ( &$customer ) Simply update the session.

Защищенные методы

Метод Описание
set_defaults ( &$customer ) Load default values if props are unset.

Описание методов

create() публичный Метод

Simply update the session.
public create ( &$customer )

delete() публичный Метод

Deletes a customer from the database.
С версии: 2.7.0
public delete ( &$customer, array $args = [] )
$args array Array of args to pass to the delete method.

get_last_order() публичный Метод

Gets the customers last order.
С версии: 2.7.0
public get_last_order ( &$customer ) : WC_Order | false
Результат WC_Order | false

get_order_count() публичный Метод

Return the number of orders this customer has.
С версии: 2.7.0
public get_order_count ( &$customer ) : integer
Результат integer

get_total_spent() публичный Метод

Return how much money this customer has spent.
С версии: 2.7.0
public get_total_spent ( &$customer ) : float
Результат float

read() публичный Метод

Read customer data from the session.
С версии: 2.7.0
public read ( &$customer )

save_to_session() публичный Метод

Saves all customer data to the session.
public save_to_session ( $customer )

set_defaults() защищенный Метод

Load default values if props are unset.
protected set_defaults ( &$customer )

update() публичный Метод

Simply update the session.
public update ( &$customer )

Описание свойств

$session_keys защищенное свойство

..)
protected array $session_keys
Результат array