ActionScheduler::__wakeup()
Wakeup.
Method of the class: ActionScheduler{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ActionScheduler = new ActionScheduler(); $ActionScheduler->__wakeup();
ActionScheduler::__wakeup() ActionScheduler:: wakeup code WC 9.5.1
final public function __wakeup() { trigger_error('Singleton. No serialization allowed!', E_USER_ERROR); }