show_file_status
class show_file_status extends task_base
Properties
protected bool | $is_essential | from task_base | |
protected driver_interface | $cache | ||
protected filesystem | $filesystem | ||
protected config | $installer_config | ||
protected iohandler_interface | $iohandler | ||
protected compression_file_updater | $file_updater |
Methods
Constructor
Checks if the task is essential to install phpBB or it can be skipped
Checks requirements for the tasks
Executes the task
Returns the number of steps the task contains
Returns the language key of the name of the task
Details
at line 60
__construct(container_factory $container, config $config, iohandler_interface $iohandler, filesystem $filesystem, factory $file_updater_factory)
Constructor
in
task_base at line 39
bool
is_essential()
Checks if the task is essential to install phpBB or it can be skipped
Note: Please note that all the non-essential modules have to implement check_requirements() method.
at line 77
bool
check_requirements()
Checks requirements for the tasks
Note: Only need to be implemented for non-essential tasks, as essential tasks requirements should be checked in the requirements install module.
at line 85
run()
Executes the task
at line 158
static int
get_step_count()
Returns the number of steps the task contains
This is a helper method to provide a better progress bar for the front-end.
at line 166
string
get_task_lang_name()
Returns the language key of the name of the task