PHP 클래스 WC_Customer_Data_Store_Session

저자: WooThemes
상속: extends WC_Data_Store_WP, implements WC_Customer_Data_Store_Interface, implements WC_Object_Data_Store_Interface
파일 보기 프로젝트 열기: woocommerce/woocommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$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