Nette\ComponentModel\Component::__wakeup PHP Method

__wakeup() public method

Prevents unserialization.
public __wakeup ( )
    public function __wakeup()
    {
        throw new Nette\NotImplementedException('Object unserialization is not supported by class ' . get_class($this));
    }