1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
JobCacheInterface.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Socialnetwork\Collab\Onboarding\Internals\Repository\Cache;
6
7
use Bitrix\Socialnetwork\Collab\Onboarding\Entity\JobCollection;
8
9
interface
JobCacheInterface
10
{
11
public
function
getByUserId
(
int
$userId
): ?
JobCollection
;
12
14
public
function
save
(
array
$sortedByUserJobs): void;
15
17
public
function
cleanByJobCollection
(
array
$sortedByUserJobs): void;
18
public
function
cleanByUserIds
(
int
...$userIds): void;
19
public
function
cleanByCollabIds
(
int
...$collabIds): void;
20
}
$userId
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения
check_mail.php:18
Bitrix\Socialnetwork\Collab\Onboarding\Entity\JobCollection
Определения
JobCollection.php:18
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Socialnetwork\Collab\Onboarding\Internals\Repository\Cache\JobCacheInterface
Определения
JobCacheInterface.php:10
Bitrix\Socialnetwork\Collab\Onboarding\Internals\Repository\Cache\JobCacheInterface\getByUserId
getByUserId(int $userId)
Bitrix\Socialnetwork\Collab\Onboarding\Internals\Repository\Cache\JobCacheInterface\cleanByUserIds
cleanByUserIds(int ... $userIds)
Bitrix\Socialnetwork\Collab\Onboarding\Internals\Repository\Cache\JobCacheInterface\save
save(array $sortedByUserJobs)
Bitrix\Socialnetwork\Collab\Onboarding\Internals\Repository\Cache\JobCacheInterface\cleanByCollabIds
cleanByCollabIds(int ... $collabIds)
Bitrix\Socialnetwork\Collab\Onboarding\Internals\Repository\Cache\JobCacheInterface\cleanByJobCollection
cleanByJobCollection(array $sortedByUserJobs)
bitrix
modules
socialnetwork
lib
Collab
Onboarding
Internals
Repository
Cache
JobCacheInterface.php
Создано системой
1.14.0