1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Category.php
См. документацию.
1<?php
2
4
7
8final class Category implements Arrayable
9{
10 public function __construct(
11 public readonly int $id,
12 public readonly bool $closed,
13 public readonly string $name,
14 public readonly string $description,
15 public readonly int $creatorId,
16 public readonly int $eventsCount,
17 public readonly EventCategoryPermissions $permissions,
18 public readonly int $channelId,
19 public readonly ?bool $isMuted = false,
20 public readonly ?bool $isBanned = false,
21 public readonly ?int $newCount = null,
22 public readonly ?int $updatedAt = null,
23 )
24 {
25 }
26
27 public function toArray(): array
28 {
29 return [
30 'id' => $this->id,
31 'closed' => $this->closed,
32 'name' => $this->name,
33 'description' => $this->description,
34 'creatorId' => $this->creatorId,
35 'eventsCount' => $this->eventsCount,
36 'permissions' => $this->permissions->toArray(),
37 'channelId' => $this->channelId,
38 'isMuted' => $this->isMuted,
39 'isBanned' => $this->isBanned,
40 'newCount' => $this->newCount,
41 'updatedAt' => $this->updatedAt,
42 ];
43 }
44}
if(empty( $fields)) foreach($fields as $field) $channelId
Определения push.php:23
__construct(public readonly int $id, public readonly bool $closed, public readonly string $name, public readonly string $description, public readonly int $creatorId, public readonly int $eventsCount, public readonly EventCategoryPermissions $permissions, public readonly int $channelId, public readonly ?bool $isMuted=false, public readonly ?bool $isBanned=false, public readonly ?int $newCount=null, public readonly ?int $updatedAt=null,)
Определения Category.php:10
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
if(Loader::includeModule( 'bitrix24')) elseif(Loader::includeModule('intranet') &&CIntranetUtils::getPortalZone() !=='ru') $description
Определения .description.php:24
$name
Определения menu_edit.php:35