LLMS_Abstract_Database_Store::get_primary_key()
Method: Retrieve the primary key column name
Source: includes/abstracts/llms.abstract.database.store.php:351
Method: Retrieve the primary key column name
Source: includes/abstracts/llms.abstract.database.store.php:351
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
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
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