PullRequestMapper
extends Injectable
Table of Contents
Constants
-
LIMIT
= 25
-
OFFSET
= 0
Methods
-
mapGetQuery()
: array<string|int, mixed>
-
mapPullRequest()
: mixed
-
mapPullRequests()
: mixed
LIMIT
private
mixed
LIMIT
= 25
OFFSET
private
mixed
OFFSET
= 0
mapGetQuery()
public
mapGetQuery(array<string|int, mixed> $filterQuery, int $userId) : array<string|int, mixed>
Parameters
-
$filterQuery
: array<string|int, mixed>
-
-
$userId
: int
-
Return values
array<string|int, mixed>
mapPullRequest()
public
mapPullRequest(mixed $pullRequest) : mixed
Parameters
-
$pullRequest
: mixed
-
mapPullRequests()
public
mapPullRequests(mixed $pullRequests) : mixed
Parameters
-
$pullRequests
: mixed
-