PHP Class OpenAccessNotification, ojs

Inheritance: extends ScheduledTask
Mostrar archivo Open project: pkp/ojs

Public Methods

Method Description
__construct ( ) Constructor.
getName ( )
sendNotification ( $users, $journal, $issue )
sendNotifications ( $journal, $curDate )

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 ( )

sendNotification() public method

public sendNotification ( $users, $journal, $issue )

sendNotifications() public method

public sendNotifications ( $journal, $curDate )