Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс UrlRewrite

Открытые статические члены

static set ($siteId, $rule, $landingId=null)
 
static remove ($siteId, $rule)
 
static matchUrl ($siteId, $url)
 
static removeForSite ($siteId)
 
static removeForLanding ($landingId)
 

Подробное описание

См. определение в файле urlrewrite.php строка 7

Методы

◆ matchUrl()

static matchUrl ( $siteId,
$url )
static

Matching rule for url.

Аргументы
int$siteIdSite id.
string$urlSome url.
Возвращает
int Landing id.

См. определение в файле urlrewrite.php строка 109

◆ remove()

static remove ( $siteId,
$rule )
static

Unset rule for the site.

Аргументы
int$siteIdSite id.
string$ruleRule.
Возвращает
void

См. определение в файле urlrewrite.php строка 98

◆ removeForLanding()

static removeForLanding ( $landingId)
static

Clear rules for one site.

Аргументы
int$landingIdLanding id.
Возвращает
void

См. определение в файле urlrewrite.php строка 140

◆ removeForSite()

static removeForSite ( $siteId)
static

Clear rules for one site.

Аргументы
int$siteIdSite id.
Возвращает
void

См. определение в файле urlrewrite.php строка 119

◆ set()

static set ( $siteId,
$rule,
$landingId = null )
static

Set rule for the site.

Аргументы
int$siteIdSite id.
string$ruleRule.
int$landingIdLanding id. If empty then remove.
Возвращает
void

См. определение в файле urlrewrite.php строка 16