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

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

static updateDomain ($domain, $newName, $url)
 
static activateDomain ($domain, $active='Y', $lang='')
 
static addDomain ($domain, $url, $active='Y', $type='site', $lang='')
 
static isDomainExists ($domain)
 
static deleteDomain ($domain)
 
static addRandomDomain ($url, $type='site', $lang='')
 

Защищенные статические члены

static Execute ($operation, $params=array())
 

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

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

Методы

◆ activateDomain()

static activateDomain ( $domain,
$active = 'Y',
$lang = '' )
static

Activate domain by name.

Аргументы
string$domainDomain name.
string$activeActivate (Y) or deactivate (N).
string$langLang code.
Возвращает
mixed
Исключения
SystemException

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

◆ addDomain()

static addDomain ( $domain,
$url,
$active = 'Y',
$type = 'site',
$lang = '' )
static

Add new domain.

Аргументы
string$domainDomain name.
string$urlLocal url of site.
stringstring $active Activate (Y) or deactivate (N).
stringstring $type Site type.
string$langLang code.
Возвращает
mixed
Исключения
SystemException

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

◆ addRandomDomain()

static addRandomDomain ( $url,
$type = 'site',
$lang = '' )
static

Add domain with random name.

Аргументы
string$urlLocal url of site.
string$typeSite type.
string$langLang code.
Возвращает
mixed
Исключения
SystemException

Bitrix\Main\ArgumentNullException

Исключения

Bitrix\Main\ArgumentOutOfRangeException

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

◆ deleteDomain()

static deleteDomain ( $domain)
static

Delete domain by name.

Аргументы
string$domainDomain name.
Возвращает
mixed
Исключения
SystemException

Bitrix\Main\ArgumentNullException

Исключения

Bitrix\Main\ArgumentOutOfRangeException

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

◆ Execute()

static Execute ( $operation,
$params = array() )
staticprotected

General executable method.

Аргументы
string$operationOperation code.
array$paramsAdditional params.
Возвращает
mixed
Исключения
SystemException

Bitrix\Main\ArgumentNullException

Исключения

Bitrix\Main\ArgumentOutOfRangeException

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

◆ isDomainExists()

static isDomainExists ( $domain)
static

Exist or not domain. 0 - domain name is available 1 - domain name is not available, but you are owner 2 - domain name is not available

Аргументы
string$domainDomain name.
Возвращает
mixed
Исключения
SystemException

Bitrix\Main\ArgumentNullException

Исключения

Bitrix\Main\ArgumentOutOfRangeException

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

◆ updateDomain()

static updateDomain ( $domain,
$newName,
$url )
static

Update domain by name.

Аргументы
string$domainCurrent domain name.
string$newNameNew domain name.
string$urlLocal url of site.
Возвращает
mixed
Исключения
SystemException

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