1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/11103] Interface docblocks

PHPBB3-11103
This commit is contained in:
Nathan Guse
2012-10-18 19:13:47 -05:00
parent eb07b3ad9c
commit f96dac3352
6 changed files with 229 additions and 89 deletions

View File

@@ -40,6 +40,9 @@ class phpbb_notification_method_email extends phpbb_notification_method_base
return true;
}
/**
* Parse the queue and notify the users
*/
public function notify()
{
if (!sizeof($this->queue))