You are here

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

AppContext

Namespace

Drupal\forena\Context

Code

public function __wakeup() {
  static::$instance = $this;
}