Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

Component generator base class.

Copyright: 2013 The Open University
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 89 lines (3 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

component_generator_base:: (3 methods):
  __construct()
  reset()
  set_user()


Class: component_generator_base  - X-Ref

Component generator base class.

Extend in path/to/component/tests/generator/lib.php as
class type_plugin_generator extends component_generator_base
Note that there are more specific classes to extend for mods and blocks.

__construct(testing_data_generator $datagenerator)   X-Ref
Constructor.

param: testing_data_generator $datagenerator

reset()   X-Ref
To be called from data reset code only,
do not use in tests.

return: void

set_user(?stdClass $user = null)   X-Ref
Set the current user during data generation.

This should be avoided wherever possible, but in some situations underlying code will insert data as the current
user.

param: stdClass $user