1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
JobRepositoryInterface.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Socialnetwork\Collab\Onboarding\Internals\Repository;
6
7use Bitrix\Main\Type\DateTime;
8use Bitrix\Socialnetwork\Collab\Onboarding\Entity\JobCollection;
9
11{
12 public function add(JobCollection $jobCollection): void;
13 public function deleteByFilter(array $filter): void;
14
15 public function markAsProcessing(int ...$commandIds): void;
16 public function unmarkAsProcessing(int ...$commandIds): void;
17
18 public function getAll(DateTime $from = new DateTime(), int $limit = 500): JobCollection;
19 public function getByCollabId(int $collabId, DateTime $from = new DateTime()): JobCollection;
20 public function getByUserId(int $userId, DateTime $from = new DateTime()): JobCollection;
21
22 public function getByFilter(array $filter, DateTime $from = new DateTime()): JobCollection;
23}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$filter
Определения iblock_catalog_list.php:54