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
stringgetImpersonateUser()
    public
                    getImpersonateUser() : int
    Return values
intgetName()
    public
                    getName() : string
    Return values
stringgetType()
    public
                    getType() : string
    Return values
stringgetUid()
    public
                    getUid() : int
    Return values
intisSecretValid()
    public
                    isSecretValid(string $secret) : bool
    Parameters
- $secret : string
Return values
booltoArray()
    public
                    toArray() : array<string|int, mixed>