ReactionInstruction

An entity for a DB record of sys_reaction

Table of Contents

Properties

$record  : array<string|int, mixed>

Methods

__construct()  : mixed
getIdentifier()  : string
getImpersonateUser()  : int
getName()  : string
getType()  : string
getUid()  : int
isSecretValid()  : bool
toArray()  : array<string|int, mixed>

Properties

$record

protected array<string|int, mixed> $record

Methods

__construct()

public __construct(array<string|int, mixed> $record) : mixed
Parameters
$record : array<string|int, mixed>

getIdentifier()

public getIdentifier() : string
Return values
string

getImpersonateUser()

public getImpersonateUser() : int
Return values
int

getName()

public getName() : string
Return values
string

getType()

public getType() : string
Return values
string

getUid()

public getUid() : int
Return values
int

isSecretValid()

public isSecretValid(string $secret) : bool
Parameters
$secret : string
Return values
bool

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results