PHP Class SubscriptionExpiryReminder, ojs

Inheritance: extends ScheduledTask
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
getName ( )
sendJournalReminders ( $journal, $curDate )
sendReminder ( $subscription, $journal, $emailKey )

Méthodes protégées

Méthode Description
executeActions ( )

Method Details

__construct() public méthode

Constructor.
public __construct ( )

executeActions() protected méthode

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

getName() public méthode

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

sendJournalReminders() public méthode

public sendJournalReminders ( $journal, $curDate )

sendReminder() public méthode

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