WooCommerce Code Reference

SingletonTrait

Singleton trait.

Table of Contents

$instance  : object
The single instance of the class.
__wakeup()  : mixed
Prevent unserializing.
instance()  : object
Get class instance.
__construct()  : void
Constructor
__clone()  : mixed
Prevent cloning.

Properties

Methods