1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
MenuItem.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Im\V2\Application\Navigation;
6
11{
18 public function __construct(
19 protected string $id,
20 protected ?string $text,
21 protected bool $isVisible = true,
22 protected ?int $entityId = null,
23 ) {}
24
30 public function toArray(): array
31 {
32 return [
33 'id' => $this->id,
34 'text' => $this->text,
35 'entityId' => $this->entityId,
36 ];
37 }
38
39 public function isVisible(): bool
40 {
41 return $this->isVisible;
42 }
43}
__construct(protected string $id, protected ?string $text, protected bool $isVisible=true, protected ?int $entityId=null,)
Определения MenuItem.php:18
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$entityId
Определения payment.php:4
$text
Определения template_pdf.php:79