Horde_Registry::hasLink PHP Метод

    public function hasLink($method, $app = null)
    {
        return $this->_doHasSearch($method, $app, 'links');
    }