MessageAccess
extends Base
Table of Contents
Methods
-
fromArray()
: self
-
getEntityId()
: int
-
getEntityType()
: string
-
getEntityUfId()
: int
-
getEntityUfType()
: string
-
getMailboxId()
: int
-
getMessageId()
: int
-
getOptions()
: string
-
getSecret()
: string
-
getToken()
: string
-
toArray()
: array<string|int, mixed>
fromArray()
public
static fromArray(array<string|int, mixed> $array) : self
Parameters
-
$array
: array<string|int, mixed>
-
getEntityId()
public
getEntityId() : int
getEntityType()
public
getEntityType() : string
getEntityUfId()
public
getEntityUfId() : int
getEntityUfType()
public
getEntityUfType() : string
getMailboxId()
public
getMailboxId() : int
getMessageId()
public
getMessageId() : int
getOptions()
public
getOptions() : string
getSecret()
public
getSecret() : string
getToken()
public
getToken() : string
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>