mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11103] Do not have empty queue in the interface
This is not needed as it is not public. PHPBB3-11103
This commit is contained in:
parent
0ac9079d1c
commit
52bb4a1bd6
1 changed files with 0 additions and 5 deletions
|
@ -34,11 +34,6 @@ interface phpbb_notification_method_interface
|
||||||
*/
|
*/
|
||||||
public function add_to_queue(phpbb_notification_type_interface $notification);
|
public function add_to_queue(phpbb_notification_type_interface $notification);
|
||||||
|
|
||||||
/**
|
|
||||||
* Empty the queue
|
|
||||||
*/
|
|
||||||
protected function empty_queue();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse the queue and notify the users
|
* Parse the queue and notify the users
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue