WC_Data_Store::__wakeup()publicWC 1.0

Re-run the constructor with the object type.

Метод класса: WC_Data_Store{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WC_Data_Store = new WC_Data_Store();
$WC_Data_Store->__wakeup();

Код WC_Data_Store::__wakeup() WC 8.7.0

public function __wakeup() {
	$this->__construct( $this->object_type );
}