1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13740] Clean up CLI merge

[ci skip]

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-06-27 17:10:42 +02:00
parent 06f4ebce1b
commit 249345d9cc
2 changed files with 22 additions and 1 deletions

View File

@@ -232,4 +232,25 @@ class cli_iohandler extends iohandler_base
$this->progress_bar = null;
}
}
/**
* {@inheritdoc}
*/
public function request_refresh()
{
}
/**
* {@inheritdoc}
*/
public function set_active_stage_menu($menu_path)
{
}
/**
* {@inheritdoc}
*/
public function set_finished_stage_menu($menu_path)
{
}
}