1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
FeaturesPermissions.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Socialnetwork\Control\Command\ValueObject;
6
7use Bitrix\Main\ArgumentException;
8use Bitrix\Main\Type\Contract\Arrayable;
9use Bitrix\Socialnetwork\ValueObjectInterface;
10
12{
13 protected array $permission = [];
14
15 public static function create(mixed $data): static
16 {
17 $value = new static();
18
19 $value->permission = $data;
20
21 return $value;
22 }
23
24 public static function createWithDefaultValue(): static
25 {
26 return new static();
27 }
28
29 public function getValue(): array
30 {
31 return $this->permission;
32 }
33}
$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