1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
RepositoryInterface.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Main\Repository;
6
7
use Bitrix\Main\Entity\EntityInterface;
8
use Bitrix\Main\Repository\Exception\PersistenceException;
9
10
interface
RepositoryInterface
11
{
12
public
function
getById
(mixed $id): ?
EntityInterface
;
13
17
public
function
save
(
EntityInterface
$entity
): void;
18
22
public
function
delete
(mixed $id): void;
23
}
$entity
$entity
Определения
group_bizproc_workflow_delete.php:17
Bitrix\Main\Entity\EntityInterface
Определения
EntityInterface.php:8
Bitrix\Main\Repository\RepositoryInterface
Определения
RepositoryInterface.php:11
Bitrix\Main\Repository\RepositoryInterface\save
save(EntityInterface $entity)
Bitrix\Main\Repository\RepositoryInterface\getById
getById(mixed $id)
bitrix
modules
main
lib
Repository
RepositoryInterface.php
Создано системой
1.14.0