This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

onFrontEndLogout event

Triggered by Core_FrontEndSecurity
Author LemonStand eCommerce Inc.

Event handler signature

public void event_onFrontEndLogout(Shop_Customer $customer)
$customer Shop_Customer the customer object.
Triggered when a registered customer logs out. Please note that this event is not triggered if a customer leaves the website or closes the browser tab. The event is triggered before the customer session is destroyed.