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