См. определение в файле site.php строка 14
◆ getFreeDomainSuspendedTime()
static getFreeDomainSuspendedTime |
( |
| ) |
|
|
static |
Returns suspended time of free domain.
- Возвращает
- int
См. определение в файле site.php строка 375
◆ isCreatingAllowed()
static isCreatingAllowed |
( |
string | $code, |
|
|
array | $params ) |
|
static |
Checks restriction for creating and publication site.
- Аргументы
-
string | $code | Restriction code (not used here). |
array | $params | Additional params. |
- Возвращает
- bool
См. определение в файле site.php строка 195
◆ isEmailConfirmed()
static isEmailConfirmed |
( |
int | $siteId | ) |
|
|
static |
Returns true if email is successfully confirmed.
- Аргументы
-
- Возвращает
- bool
См. определение в файле site.php строка 420
◆ isExportAllowed()
static isExportAllowed |
( |
| ) |
|
|
static |
Checks restriction for site export.
- Возвращает
- bool
См. определение в файле site.php строка 391
◆ isFreeDomainAllowed()
static isFreeDomainAllowed |
( |
string | $code, |
|
|
array | $params ) |
|
static |
Checks restriction for free domain.
- Аргументы
-
string | $code | Restriction code (not used here). |
array | $params | Additional params. |
- Возвращает
- bool
См. определение в файле site.php строка 281
◆ isNew2021Tariff()
static isNew2021Tariff |
( |
| ) |
|
|
staticprotected |
◆ isPhoneConfirmed()
static isPhoneConfirmed |
( |
int | $siteId | ) |
|
|
static |
Returns true if phone is successfully confirmed.
- Аргументы
-
- Возвращает
- bool
См. определение в файле site.php строка 447
◆ isTermsFooterShow()
static isTermsFooterShow |
( |
| ) |
|
|
static |
Checks showing terms footer.
- Возвращает
- bool
См. определение в файле site.php строка 405
◆ manageFreeDomains()
static manageFreeDomains |
( |
bool | $setActive, |
|
|
int | $executeAfterSeconds = 0 ) |
|
static |
System method for deactivate all free domains.
- Аргументы
-
bool | $setActive | Set domains and sites active / not active. |
int | $executeAfterSeconds | Delayed execution (in seconds). |
- Возвращает
- void
См. определение в файле site.php строка 325
◆ FREE_DOMAIN_GRACE_DAYS
const FREE_DOMAIN_GRACE_DAYS = 14 |
Allowed days for use free domain after downgrade plan.
См. определение в файле site.php строка 19