g
Frontend | Backend | Api

Hooks\Models\Backend\BatchLoopAction

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
getLoopElement() LoopElement
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