1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
AppService.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Rest\Contract\Service;
6
7use Bitrix\Rest\Entity\Collection\AppCollection;
8
9interface AppService
10{
12 public function hasPaidApps(): bool;
13}