‪TYPO3CMS  ‪main
TYPO3\CMS\Reactions\Model\ReactionInstruction Class Reference

Public Member Functions

 __construct (protected array $record)
 
 getUid ()
 
 getName ()
 
 getType ()
 
 getIdentifier ()
 
 getImpersonateUser ()
 
 isSecretValid (string $secret)
 
 toArray ()
 

Detailed Description

An entity for a DB record of sys_reaction

Definition at line 26 of file ReactionInstruction.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Reactions\Model\ReactionInstruction::__construct ( protected array  $record)

Definition at line 28 of file ReactionInstruction.php.

Member Function Documentation

◆ getIdentifier()

TYPO3\CMS\Reactions\Model\ReactionInstruction::getIdentifier ( )

Definition at line 47 of file ReactionInstruction.php.

◆ getImpersonateUser()

TYPO3\CMS\Reactions\Model\ReactionInstruction::getImpersonateUser ( )

◆ getName()

TYPO3\CMS\Reactions\Model\ReactionInstruction::getName ( )

Definition at line 37 of file ReactionInstruction.php.

◆ getType()

TYPO3\CMS\Reactions\Model\ReactionInstruction::getType ( )

◆ getUid()

TYPO3\CMS\Reactions\Model\ReactionInstruction::getUid ( )

Definition at line 32 of file ReactionInstruction.php.

◆ isSecretValid()

TYPO3\CMS\Reactions\Model\ReactionInstruction::isSecretValid ( string  $secret)

Definition at line 57 of file ReactionInstruction.php.

◆ toArray()

TYPO3\CMS\Reactions\Model\ReactionInstruction::toArray ( )