Jamm\Memory\KeyAutoUnlocker::__destruct PHP Method

__destruct() public method

public __destruct ( )
    public function __destruct()
    {
        if (isset($this->Unlock)) {
            call_user_func($this->Unlock, $this);
        }
    }