mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02: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:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user