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