1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
QueueProviderInterface.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Socialnetwork\Collab\Onboarding\Provider;
6
7use Bitrix\Main\Type\DateTime;
8use Bitrix\Socialnetwork\Collab\Onboarding\Entity\JobCollection;
9
11{
12 public function getAll(DateTime $from = new DateTime(), int $limit = 500): JobCollection;
13 public function getNotImmediatedByUserId(int $userId, DateTime $from = new DateTime()): JobCollection;
14 public function getByCollabId(int $collabId, DateTime $from = new DateTime()): JobCollection;
15
16 public function getByFilter(array $filter, DateTime $from = new DateTime()): JobCollection;
17}
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
getNotImmediatedByUserId(int $userId, DateTime $from=new DateTime())
getByCollabId(int $collabId, DateTime $from=new DateTime())
getAll(DateTime $from=new DateTime(), int $limit=500)
getByFilter(array $filter, DateTime $from=new DateTime())