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

Public Member Functions

 create_instance ($record=null)
 Create a new note. More...
 
 reset ()
 To be called from data reset code only, do not use in tests. More...
 

Protected Attributes

testing_data_generator $datagenerator
 
number $instancecount = 0
 of created instances
 

Member Function Documentation

◆ create_instance()

core_notes_generator::create_instance (   $record = null)

Create a new note.

Parameters
array | stdClass$record
Exceptions
coding_exception
Return values
stdClassactivity record with extra cmid field

◆ reset()

core_notes_generator::reset ( )

To be called from data reset code only, do not use in tests.

Return values
void

Reimplemented from component_generator_base.


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