LLMS_Abstract_Processor::log()
Method: Log data to the processors log when processors debugging is enabled
Source: includes/abstracts/llms.abstract.processor.php:164
Method: Log data to the processors log when processors debugging is enabled
Source: includes/abstracts/llms.abstract.processor.php:164
Method: Persist data to the database related to the processor
Source: includes/abstracts/llms.abstract.processor.php:179
Method: Update data to the database related to the processor
Source: includes/abstracts/llms.abstract.processor.php:199
Method: Delete a piece of data from the database by key
Source: includes/abstracts/llms.abstract.processor.php:216
Class: Background Processor abstract
Source: includes/abstracts/llms.abstract.processor.php:9
Method: Initializer Acts as a constructor that extending processors should implement at the very least should populate the $this->actions array
Source: includes/abstracts/llms.abstract.processor.php:31
Method: Constructor Initializes and adds actions
Source: includes/abstracts/llms.abstract.processor.php:59
Method: Add actions defined in $this->actions
Source: includes/abstracts/llms.abstract.processor.php:79
Method: Disable a processor Useful when bulk enrolling into a membership (for example) so we don’t trigger course data calculations a few hundred times
Source: includes/abstracts/llms.abstract.processor.php:102
Method: Retrieve a filtered array of actions to be added by $this->add_actions
Source: includes/abstracts/llms.abstract.processor.php:124