Nette\ComponentModel\Component::__sleep PHP Method

__sleep() public method

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