function RulesState::__wakeup
Magic method. Unserialize variables and their info.
File
-
includes/
rules.state.inc, line 352
Class
- RulesState
- The rules evaluation state.
Code
public function __wakeup() {
$this->save = new ArrayObject();
}