1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
AppCollection.php
См. документацию.
1<?php
2
3namespace Bitrix\Rest\Entity\Collection;
4
5use Bitrix\Rest\Entity\App;
6
11{
12 protected static function getItemClassName(): string
13 {
14 return App::class;
15 }
16
17 public function getAppIds(): array
18 {
19 return $this->map(function ($application) {
20 return $application->getId();
21 });
22 }
23
24 public function getAppCodes(): array
25 {
26 return $this->map(function ($application) {
27 return $application->getCode();
28 });
29 }
30}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$application
Определения bitrix.php:23