◆ create_instance()
testing_repository_generator::create_instance |
( |
|
$record = null , |
|
|
array |
$options = null |
|
) |
| |
Create a test repository instance.
- Parameters
-
array | stdClass | $record | |
array | $options | |
- Return values
-
stdClass | repository instance record |
◆ create_type()
testing_repository_generator::create_type |
( |
|
$record = null , |
|
|
array |
$options = null |
|
) |
| |
Create the type of repository.
- Parameters
-
stdClass | array | $record | data to use to set up the type |
array | $options | options for the set up of the type |
- Return values
-
stdClass | repository type record |
◆ get_typename()
testing_repository_generator::get_typename |
( |
| ) |
|
Returns repository type name.
- Return values
-
string | name of the type of repository |
- Exceptions
-
◆ prepare_record()
testing_repository_generator::prepare_record |
( |
array |
$record | ) |
|
|
protected |
◆ prepare_type_record()
testing_repository_generator::prepare_type_record |
( |
array |
$record | ) |
|
|
protected |
◆ reset()
testing_repository_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: