Methods summary
public
|
|
public
|
|
public
false
|
#
all( string $cron_log_group = null )
Run all cron tasks
Parameters
- $cron_log_group
- The name of the group associated with the log (optional)
Returns
false
|
public
|
#
createInvoices( string $cron_log_group = null )
Runs the create invoice task
Runs the create invoice task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
applyInvoiceLateFees( string $cron_log_group = null )
Runs the apply invoice late fees task
Runs the apply invoice late fees task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
applyCredits( string $cron_log_group = null )
Runs the apply credits task
Runs the apply credits task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
autoDebitInvoices( string $cron_log_group = null )
Runs the autodebit invoices task
Runs the autodebit invoices task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
paymentReminders( string $cron_log_group = null )
Runs the payment reminders task
Runs the payment reminders task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
cardExpirationReminders( string $cron_log_group = null )
Runs the card expiration reminder task
Runs the card expiration reminder task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
deliverInvoices( string $cron_log_group = null )
Runs the deliver invoices task
Runs the deliver invoices task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
deliverReports( string $cron_log_group = null )
Runs the deliver reports task
Runs the deliver reports task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
processServiceChanges( string $cron_log_group = null )
Runs the process service changes task
Runs the process service changes task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
processRenewingServices( string $cron_log_group = null )
Runs the process renewing services task
Runs the process renewing services task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
suspendServices( string $cron_log_group = null )
Runs the suspend services task
Runs the suspend services task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
unsuspendServices( string $cron_log_group = null )
Runs the unsuspend services task
Runs the unsuspend services task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
cancelScheduledServices( string $cron_log_group = null )
Runs the cancel scheduled services task
Runs the cancel scheduled services task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
addPaidPendingServices( string $cron_log_group = null )
Runs the add paid pending services task
Runs the add paid pending services task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
|
#
updateExchangeRates( string $cron_log_group = null )
Runs the update exchange rates task
Runs the update exchange rates task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|
public
boolean
|
#
pluginTasks( string $cron_log_group = null )
Runs all plugin tasks
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
Returns
boolean false to not render a view
|
public
boolean
|
#
moduleTasks( string $cron_log_group = null )
Runs all module tasks
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
Returns
boolean false to not render a view
|
public
|
#
cleanLogs( string $cron_log_group = null )
Runs the clean-up logs task
Runs the clean-up logs task
Parameters
- $cron_log_group
- The cron log group that this event is apart of (optional, default null)
|