Skip to content

Commit

Permalink
Merge branch 'MDL-78447-main-fix' of https://github.com/HuongNV13/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Feb 29, 2024
2 parents a7fa6fb + 366400a commit 1f4928b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion admin/tool/generator/classes/backend.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,23 @@ abstract class tool_generator_backend {
protected $size;

/**
* @var progrss_bar progressbar
* @var progress_bar progressbar
*/
protected $progressbar;

/**
* @var string Part of the language string.
*/
protected $langstring;
/**
* @var string Module for the language string.
*/
protected $module;
/**
* @var string|object|array|int Optional language string parameters.
*/
protected $aparam;

/**
* Generic generator class
*
Expand Down

0 comments on commit 1f4928b

Please sign in to comment.