Ergo\RegistryHandle::exists PHP 메소드

exists() 공개 메소드

public exists ( )
    public function exists()
    {
        return $this->_registry->isRegistered($this->_key);
    }