FilterNotMappedUserIdsResult
extends SuccessResult
Table of Contents
Properties
-
$userIds
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
addError()
: mixed
-
addErrors()
: mixed
-
createWithError()
: Result
-
getData()
: array<string|int, mixed>
-
getErrorCollection()
: mixed
-
getErrorMessages()
: mixed
-
getErrors()
: mixed
$userIds
public
array<string|int, mixed>
$userIds
__construct()
public
__construct(array<int, int> $userIds) : mixed
Parameters
-
$userIds
: array<int, int>
-
addError()
public
addError(Error $error) : mixed
Parameters
-
$error
: Error
-
addErrors()
public
addErrors(array<string|int, mixed> $errors) : mixed
Parameters
-
$errors
: array<string|int, mixed>
-
createWithError()
public
static createWithError(string $error) : Result
Parameters
-
$error
: string
-
getData()
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed>
getErrorCollection()
public
getErrorCollection() : mixed
getErrorMessages()
public
getErrorMessages() : mixed
getErrors()
public
getErrors() : mixed