g
Frontend | Backend | Api

Hooks\Models\Api\Condition

Condition Entity

Property Description Returns
if Return the if part of the condition ConditionIf
ifs Return all if's and else if's of the condition Collection
elseIfs Return all else if's of the condition Collection
else Return the else part of the condition ConditionElse
children Collection (BaseAction)
type Get the type of the action, which is the object name without namespace for the action string
displayType Get Nice Name for Action Class string
availablePreviousActions Get the available previous actions Collection
id int
name string
text string
position int
data array
created DateTime
modified DateTime
hook Hook
parent BaseAction
containingLoop Get the loop this action is contained in Loop
containedInLoop Check whether the action is contained in a loop bool