Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Protected Attributes | List of all members
core_grading_generator Class Reference
Inheritance diagram for core_grading_generator:
component_generator_base

Public Member Functions

 create_instance (context $context, string $component, string $areaname, string $method)
 Create an instance of an advanced grading area. More...
 
 reset ()
 To be called from data reset code only, do not use in tests. More...
 

Protected Attributes

testing_data_generator $datagenerator
 

Member Function Documentation

◆ create_instance()

core_grading_generator::create_instance ( context  $context,
string  $component,
string  $areaname,
string  $method 
)

Create an instance of an advanced grading area.

Parameters
context$context
string$component
string$areanameAn area belonging to the specified component
string$methodAn available gradingform type
Return values
gradingform_controllerThe controller for the created instance

◆ reset()

component_generator_base::reset ( )
inherited

The documentation for this class was generated from the following file: