Horde_Registry::hasLink PHP Method

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