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

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

static set ($id, $type, $lid=false)
 
static get ($id, $active=false)
 
static deleteForSite ($id)
 
static deleteForLanding ($id)
 
static getSpecialPage ($siteId, $type, array $additional=[])
 

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

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

Методы

◆ deleteForLanding()

static deleteForLanding ( $id)
static

Delete all sys pages by id.

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

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

◆ deleteForSite()

static deleteForSite ( $id)
static

Delete all sys pages by site id.

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

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

◆ get()

static get ( $id,
$active = false )
static

Get pages for site.

Аргументы
integer$idSite id.
bool$activeOnly active items.
Возвращает
PublicActionResult

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

◆ getSpecialPage()

static getSpecialPage ( $siteId,
$type,
array $additional = [] )
static

Get url of special page of site.

Аргументы
int$siteIdSite id.
string$typeType of special page.
array$additionalAdditional params for uri.
Возвращает
PublicActionResult

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

◆ set()

static set ( $id,
$type,
$lid = false )
static

Set new system page for site.

Аргументы
int$idSite id.
string$typeSystem page type.
int$lidLanding id (if not set, ref was deleted).
Возвращает
void

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