Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
tool_generator_course_backend Class Reference

Backend code for the 'make large course' tool. More...

Inheritance diagram for tool_generator_course_backend:
tool_generator_backend

Public Member Functions

 __construct ( $shortname, $size, $fixeddataset=false, $filesizelimit=false, $progress=true, $fullname=null, $summary=null, $summaryformat=FORMAT_HTML)
 Constructs object ready to create course. More...
 
 make ()
 Runs the entire 'make' process. More...
 

Static Public Member Functions

static check_shortname_available ($shortname)
 Checks that a shortname is available (unused). More...
 
static get_size_choices ()
 Gets a list of size choices supported by this backend. More...
 
static get_users_per_size ()
 Returns the relation between users and course sizes. More...
 
static size_for_name ($sizename)
 Converts a size name into the numeric constant. More...
 

Public Attributes

int const DEFAULT_SIZE = 3
 Default size index.
 
int const MAX_SIZE = 5
 Highest (largest) size index.
 
int const MIN_SIZE = 0
 Lowest (smallest) size index.
 

Protected Member Functions

 dot ($number, $total)
 Outputs dots. More...
 
 end_log ()
 Ends a log string that was started using log function with $leaveopen.
 
 log ($langstring, $a=null, $leaveopen=false)
 Displays information as part of progress. More...
 

Protected Attributes

int bool $filesizelimit
 Maximum number of bytes for file.
 
bool $fixeddataset
 True if we want a fixed dataset or false to generate random data.
 
testing_data_generator $generator
 Data generator.
 
int $lastdot
 Epoch time at which last dot was displayed.
 
int $lastpercentage
 Epoch time at which last percentage was displayed.
 
bool $progress
 True if displaying progress.
 
int $size
 Size code (index in the above arrays)
 
int $starttime
 Epoch time at which current step (current set of dots) started.
 

Detailed Description

Backend code for the 'make large course' tool.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

tool_generator_course_backend::__construct (   $shortname,
  $size,
  $fixeddataset = false,
  $filesizelimit = false,
  $progress = true,
  $fullname = null,
  $summary = null,
  $summaryformat = FORMAT_HTML 
)

Constructs object ready to create course.

Parameters
string$shortnameCourse shortname
int$sizeSize as numeric index
bool$fixeddatasetTo use fixed or random data
int | bool$filesizelimitThe max number of bytes for a generated file
bool$progressTrue if progress information should be displayed

Member Function Documentation

◆ check_shortname_available()

static tool_generator_course_backend::check_shortname_available (   $shortname)
static

Checks that a shortname is available (unused).

Parameters
string$shortnameProposed course shortname
Return values
stringAn error message if the name is unavailable or '' if OK

◆ dot()

tool_generator_backend::dot (   $number,
  $total 
)
protectedinherited

Outputs dots.

There is up to one dot per second. Once a minute, it displays a percentage.

Parameters
int$numberNumber of completed items
int$totalTotal number of items to complete

◆ get_size_choices()

static tool_generator_course_backend::get_size_choices ( )
static

Gets a list of size choices supported by this backend.

Return values
arrayList of size (int) => text description for display

◆ get_users_per_size()

static tool_generator_course_backend::get_users_per_size ( )
static

Returns the relation between users and course sizes.

Return values
array

◆ log()

tool_generator_backend::log (   $langstring,
  $a = null,
  $leaveopen = false 
)
protectedinherited

Displays information as part of progress.

Parameters
string$langstringPart of langstring (after progress_)
mixed$aOptional lang string parameters
bool$leaveopenIf true, doesn't close LI tag (ready for dots)

◆ make()

tool_generator_course_backend::make ( )

Runs the entire 'make' process.

Return values
intCourse id

◆ size_for_name()

static tool_generator_backend::size_for_name (   $sizename)
staticinherited

Converts a size name into the numeric constant.

Parameters
string$sizenameSize name e.g. 'L'
Return values
intNumeric version
Exceptions
coding_exceptionIf the size name is not known

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