mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/13740] Add backend support for install progress tracking
PHPBB3-13740
This commit is contained in:
@@ -40,8 +40,13 @@ interface task_interface
|
||||
|
||||
/**
|
||||
* Executes the task
|
||||
*
|
||||
* @return null
|
||||
*/
|
||||
public function run();
|
||||
|
||||
/**
|
||||
* Returns the language key of the name of the task
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function get_task_lang_name();
|
||||
}
|
||||
|
Reference in New Issue
Block a user