Nette\ComponentModel\Component::__wakeup PHP 메소드

__wakeup() 공개 메소드

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