См. определение в файле syspage.php строка 6
◆ deleteForLanding()
static deleteForLanding |
( |
| $id | ) |
|
|
static |
Delete all sys pages by id.
- Аргументы
-
- Возвращает
- void
См. определение в файле syspage.php строка 201
◆ deleteForSite()
static deleteForSite |
( |
| $id | ) |
|
|
static |
Delete all sys pages by site id.
- Аргументы
-
- Возвращает
- void
См. определение в файле syspage.php строка 182
◆ get()
static get |
( |
int | $id, |
|
|
bool | $active = false, |
|
|
bool | $force = false ) |
|
static |
Get pages for site.
- Аргументы
-
int | $id | Site id. |
bool | $active | Only active items. |
bool | $force | If true - reload static cache |
- Возвращает
- array
См. определение в файле syspage.php строка 100
◆ getSpecialPage()
static getSpecialPage |
( |
| $siteId, |
|
|
| $type, |
|
|
array | $additional = [] ) |
|
static |
Get url of special page of site.
- Аргументы
-
int | $siteId | Site id. |
string | $type | Type of special page. |
array | $additional | Additional params for uri. |
- Возвращает
- string
См. определение в файле syspage.php строка 223
◆ set()
static set |
( |
| $id, |
|
|
| $type, |
|
|
| $lid = false ) |
|
static |
Set new system page for site.
- Аргументы
-
int | $id | Site id. |
string | $type | System page type. |
int | $lid | Landing id (if not set, ref was deleted). |
- Возвращает
- void
См. определение в файле syspage.php строка 30
◆ $allowedTypes
Инициализатор= array(
'mainpage',
'catalog',
'personal',
'cart',
'order',
'payment',
'compare',
'feedback',
)
См. определение в файле syspage.php строка 12