Bitrix API

PartGridPromptService extends GridPromptService

Table of Contents

Constants

MAX_SHARE_DATA  = 5

Methods

__construct()  : mixed
fillPromptIdsInFilter()  : void
getPromptsForGrid()  : array<string|int, mixed>|array<string|int, GridPromptDto>
getShare()  : array<string|int, mixed>
getUserPhotoUrl()  : string

Constants

Methods

__construct()

public __construct(GridPromptRepository $gridPromptRepository, ShareRepository $shareRepository, UserRepository $userRepository, CategoryService $categoryService, DateFormatService $dateFormatService, UserAccessRepository $userAccessRepository, GroupService $groupService) : mixed
Parameters
$gridPromptRepository : GridPromptRepository
$shareRepository : ShareRepository
$userRepository : UserRepository
$categoryService : CategoryService
$dateFormatService : DateFormatService
$userAccessRepository : UserAccessRepository
$groupService : GroupService

getShare()

public getShare(int $promptId, int $userId) : array<string|int, mixed>
Parameters
$promptId : int
$userId : int
Tags
throws
ObjectPropertyException
throws
SystemException
throws
ArgumentException
Return values
array<string|int, mixed>

getUserPhotoUrl()

public getUserPhotoUrl(array<string|int, mixed> $userFields) : string
Parameters
$userFields : array<string|int, mixed>
Return values
string

        
On this page

Search results