mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Merge "Standardize doc spacing"
This commit is contained in:
commit
956a3c608a
|
@ -35,10 +35,13 @@ abstract class MWEchoEmailBatch {
|
|||
* 1 - once everyday
|
||||
* 7 - once every 7 days
|
||||
* @param $userId int
|
||||
* @param $enforceFrequency boolean Whether or not email sending frequency should be enforced.
|
||||
* When true, today's notifications won't be returned if their are
|
||||
* configured to go out tonight or at the end of the week.
|
||||
* When false, all pending notifications will be returned.
|
||||
* @param $enforceFrequency boolean Whether or not email sending frequency should
|
||||
* be enforced.
|
||||
*
|
||||
* When true, today's notifications won't be returned if they are
|
||||
* configured to go out tonight or at the end of the week.
|
||||
*
|
||||
* When false, all pending notifications will be returned.
|
||||
* @return MWEchoEmailBatch/false
|
||||
*/
|
||||
public static function newFromUserId( $userId, $enforceFrequency = true ) {
|
||||
|
|
Loading…
Reference in a new issue