PNMembersResultItem
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- PNMembersResultItem constructor.
- __toString() : mixed
- fromPayload() : PNMembersResultItem
- getCustom() : array<string|int, mixed>
- getETag() : array<string|int, mixed>
- getUpdated() : string
- getUUID() : PNMember
Properties
$custom
protected
array<string|int, mixed>
$custom
$eTag
protected
string
$eTag
$updated
protected
string
$updated
$uuid
protected
PnMember
$uuid
Methods
__construct()
PNMembersResultItem constructor.
public
__construct(PnMember $uuid, object $custom, string $updated, string $eTag) : mixed
Parameters
- $uuid : PnMember
- $custom : object
- $updated : string
- $eTag : string
__toString()
public
__toString() : mixed
fromPayload()
public
static fromPayload(array<string|int, mixed> $payload) : PNMembersResultItem
Parameters
- $payload : array<string|int, mixed>
Return values
PNMembersResultItemgetCustom()
public
getCustom() : array<string|int, mixed>
Return values
array<string|int, mixed>getETag()
public
getETag() : array<string|int, mixed>
Return values
array<string|int, mixed>getUpdated()
public
getUpdated() : string
Return values
stringgetUUID()
public
getUUID() : PNMember