LLMS_Abstract_Processor
Background Processor abstract class
Description Description
Source Source
File: includes/abstracts/llms.abstract.processor.php
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |
Methods Methods
- __construct — Constructor
- add_actions — Add actions defined in $this->actions
- disable — Disable a processor
- dispatch — Dispatch
- get_actions — Retrieve a filtered array of actions to be added by $this->add_actions
- get_data — Retrieve data for the current processor that can be used in future processes
- init — Initializer
- log — Log data to the processors log when processors debugging is enabled
- save_data — Persist data to the database related to the processor
- set_data — Update data to the database related to the processor
- unset_data — Delete a piece of data from the database by key