WC_Data_Store::__wakeup
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 Data Store:: wakeup WC 10.7.0
public function __wakeup() {
$this->__construct( $this->object_type );
}