1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
automationsettingspageprovider.php
См. документацию.
1<?php
2
3namespace Bitrix\Bizproc\Integration\Intranet\Settings;
4
5use Bitrix\Intranet;
6use Bitrix\Main\Localization\Loc;
7
11class AutomationSettingsPageProvider implements Intranet\Settings\SettingsExternalPageProviderInterface
12{
13 private $sort = 100;
14
15 public function getType(): string
16 {
17 return 'automation';
18 }
19
20 public function getTitle(): string
21 {
22 return Loc::getMessage('BIZPROC_AUTOMATION_SETTINGS_PROVIDER_TITLE') ?? '';
23 }
24
25 public function setSort(int $sort): static
26 {
27 $this->sort = $sort;
28
29 return $this;
30 }
31
32 public function getSort(): int
33 {
34 return $this->sort;
35 }
36
37 public function getJsExtensions(): array
38 {
39 return [
40 'bizproc.integration.intranet-settings'
41 ];
42 }
43
44 public function getDataManager(array $data = []): Intranet\Settings\SettingsInterface
45 {
46 return new AutomationSettings($data);
47 }
48}
$data['IS_AVAILABLE']
Определения .description.php:13
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804