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

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

static getInstance ()
 
static getDNSRecords (?string $tld=null)
 
static isDomainActive (string $domainName)
 

Открытые атрибуты

const B24_SERVICE_DETECT_IP = 'https://ip.bitrix24.site/getipforzone/?bx24_zone='
 
const B24_SERVICE_DETECT_DOMAIN = 'https://ip.bitrix24.site/getdomainstatus/?bx24_site_domain='
 
const B24_DEFAULT_DNS_IP = '52.59.124.117'
 
const B24_DEFAULT_DNS_CNAME = 'lb.bitrix24.site.'
 

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

static getINA (?string $tld=null)
 

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

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

Методы

◆ getDNSRecords()

static getDNSRecords ( ?string $tld = null)
static

Returns INA && CNAME records value for domain registration.

Аргументы
string | null$tldTop level domain.
Возвращает
array

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

◆ getINA()

static getINA ( ?string $tld = null)
staticprotected

Returns IP for A record DNS.

Аргументы
string | null$tldTop level domain.
Возвращает
string

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

◆ getInstance()

static getInstance ( )
static

Finds registrator instance and returns it.

Возвращает
Provider|null

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

◆ isDomainActive()

static isDomainActive ( string $domainName)
static

Returns true if domain is enabled and active now.

Аргументы
string$domainNameDomain name.
Возвращает
bool

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

Данные класса

◆ B24_DEFAULT_DNS_CNAME

const B24_DEFAULT_DNS_CNAME = 'lb.bitrix24.site.'

Default CNAME for DNS.

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

◆ B24_DEFAULT_DNS_IP

const B24_DEFAULT_DNS_IP = '52.59.124.117'

Default IP for DNS.

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

◆ B24_SERVICE_DETECT_DOMAIN

const B24_SERVICE_DETECT_DOMAIN = 'https://ip.bitrix24.site/getdomainstatus/?bx24_site_domain='

B24 service for detect that domain is available.

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

◆ B24_SERVICE_DETECT_IP

const B24_SERVICE_DETECT_IP = 'https://ip.bitrix24.site/getipforzone/?bx24_zone='

B24 service for detect IP for current lang zone.

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