PHP Class SubscriptionExpiryReminder, ojs

Inheritance: extends ScheduledTask
Show file Open project: pkp/ojs

Public Methods

Method Description
__construct ( ) Constructor.
getName ( )
sendJournalReminders ( $journal, $curDate )
sendReminder ( $subscription, $journal, $emailKey )

Protected Methods

Method Description
executeActions ( )

Method Details

__construct() public method

Constructor.
public __construct ( )

executeActions() protected method

See also: ScheduledTask::executeActions()
protected executeActions ( )

getName() public method

See also: ScheduledTask::getName()
public getName ( )

sendJournalReminders() public method

public sendJournalReminders ( $journal, $curDate )

sendReminder() public method

public sendReminder ( $subscription, $journal, $emailKey )