Auth_Yadis_Discovery::destroyManager PHP Метод

destroyManager() публичный Метод

public destroyManager ( $force = false )
$force True if the manager should be deleted regardless of whether it's a manager for $this->url.
    function destroyManager($force = false)
    {
        if ($this->getManager($force) !== null) {
            $key = $this->getSessionKey();
            $this->session->del($key);
        }
    }