public function AppContext::__wakeup in Forena Reports 8
Wakeup method makes sure unserialized obejcts from the app context are still set at the instance level.
File
- src/
Context/ AppContext.php, line 43
Class
Namespace
Drupal\forena\ContextCode
public function __wakeup() {
static::$instance = $this;
}