Piwik\Plugins\Actions\Actions\ActionSiteSearch::getIdActionUrl PHP Метод

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

public getIdActionUrl ( )
    public function getIdActionUrl()
    {
        // Site Search, by default, will not track URL. We do not want URL to appear as "Page URL not defined"
        // so we specifically set it to NULL in the table (the archiving query does IS NOT NULL)
        return null;
    }