| Method | Description | Returns |
|---|---|---|
| getCriteria() | Get the criteria that should be passed to the filenames handler when searching for matching files | array |
| getOrderBy() | Get a string representation of the order by array | string |
| getLimit() | Get the limit for retrieving records | int |
| getOffset() | Get the offset when retrieving records | int |
| getOutputFilename() | string | |
| getExpires() | Gets expires for this action in days. Value '5' means that file will be removed after 5 days after creation. | int |
| getSource() | Get the source for the files | string |
| getType() | Get the type of the action, which is the object name without namespace for the action | string |
| getDisplayType() | Get Nice Name for Action Class | string |
| getAvailablePreviousActions() | Get the available previous actions | Collection |
| getId() | int | |
| getName() | string | |
| getText() | string | |
| getPosition() | int | |
| getData() | array | |
| getCreated() | DateTime | |
| getModified() | DateTime | |
| getHook() | Get the Hook this Action is assigned to | Hook |
| getParent() | BaseAction | |
| getPublished() | DateTime | |
| isPublished() | bool | |
| isContainedInLoop() | Check whether the action is contained in a loop | bool |
| getContainingLoop() | Get the loop this action is contained in | Loop |
| 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 |
| isVersionedModel() | Check whether a model is versioned | bool |
| getDisplayIcon() | Get the display icon to use when rendering the action | string |
| getRunDataVariables() | Get the run data variables provided by this action | array |
| getAvailableSources() | Get the available files sources | array |
| getHateoasLinks() | Get the HATEOAS links for the record | array |
| getEditUrl() | Get the url for editing the record. | string |
| getMoveUrl() | Get the url for moving the record. | string |
| getDeleteUrl() | Get the url for deleting the record. | string |
| getAvailableTemplateVariables() | Get the template variables available in this action | array |
Hooks\Models\Backend\MergeFilesAction
MergeFilesAction Entity