1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
syspage.php
См. документацию.
1<?php
2namespace Bitrix\Landing\PublicAction;
3
4use \Bitrix\Landing\Syspage as SyspageCore;
5use \Bitrix\Landing\PublicActionResult;
6use \Bitrix\Landing\Rights;
7use \Bitrix\Main\Localization\Loc;
8
9Loc::loadMessages(__FILE__);
10
12{
20 public static function set($id, $type, $lid = false)
21 {
22 if (
25 )
26 {
27 SyspageCore::set($id, $type, $lid);
28 }
29 }
30
37 public static function get($id, $active = false)
38 {
41 {
42 $result->setResult(
43 SyspageCore::get($id, Utils::isTrue($active))
44 );
45 }
46 return $result;
47 }
48
54 public static function deleteForSite($id)
55 {
57 {
59 }
60 }
61
67 public static function deleteForLanding($id)
68 {
70 {
72 }
73 }
74
82 public static function getSpecialPage($siteId, $type, array $additional = [])
83 {
86 {
87 $result->setResult(
89 );
90 }
91 return $result;
92 }
93}
$type
Определения options.php:106
static deleteForSite($id)
Определения syspage.php:54
static get($id, $active=false)
Определения syspage.php:37
static getSpecialPage($siteId, $type, array $additional=[])
Определения syspage.php:82
static set($id, $type, $lid=false)
Определения syspage.php:20
static deleteForLanding($id)
Определения syspage.php:67
static isTrue($value)
Определения utils.php:437
static hasAccessForLanding($landingId, $accessType)
Определения rights.php:580
const ACCESS_TYPES
Определения rights.php:21
static hasAccessForSite($siteId, $accessType, $deleted=false)
Определения rights.php:546
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$result
Определения get_property_values.php:14
$siteId
Определения ajax.php:8