g
Frontend | Backend | Api

Hooks\Models\Backend\LoopAction

Loop action entity. Not persisted to database, thus not a Doctrine entity

Method Description Returns
getId() LoopAction is never persisted to database, so this always returns null int
getStatus() string
getData() array
getOutput() string
getLoop() Loop
getAction() BaseAction
getBatchAction() BatchAction
isNewRecord() Check if the record is a new record bool
isHierarchicalModel() Check whether a model is a hierarchical model, i.e. can have children bool