|
| create_instance ($record=null) |
| Create a new note.
|
|
| reset () |
| To be called from data reset code only, do not use in tests.
|
|
|
| set_user (?stdClass $user=null) |
| Set the current user during data generation.
|
|
|
testing_data_generator | $datagenerator |
|
number | $instancecount = 0 |
| of created instances
|
|
◆ create_instance()
core_notes_generator::create_instance |
( |
|
$record = null | ) |
|
Create a new note.
- Parameters
-
- Exceptions
-
- Return values
-
stdClass | activity record with extra cmid field |
◆ reset()
core_notes_generator::reset |
( |
| ) |
|
◆ set_user()
component_generator_base::set_user |
( |
?stdClass |
$user = null | ) |
|
|
protectedinherited |
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.
- Parameters
-
The documentation for this class was generated from the following file: