Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
tool_behat_renderer Class Reference

Renderer for behat tool web features. More...

Inheritance diagram for tool_behat_renderer:

Public Member Functions

 generic_info ()
 Generic info about the tool.
 
 render_error ($msg)
 Renders an error message adding the generic info about the tool purpose and setup.
 
 render_stepsdefinitions ($stepsdefinitions, $form)
 Renders the list of available steps according to the submitted filters.
 

Detailed Description

Renderer for behat tool web features.

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

Member Function Documentation

◆ generic_info()

tool_behat_renderer::generic_info ( )

Generic info about the tool.

Return values
string

◆ render_error()

tool_behat_renderer::render_error ( $msg)

Renders an error message adding the generic info about the tool purpose and setup.

Parameters
string$msgThe error message
Return values
stringHTML

◆ render_stepsdefinitions()

tool_behat_renderer::render_stepsdefinitions ( $stepsdefinitions,
$form )

Renders the list of available steps according to the submitted filters.

Parameters
mixed$stepsdefinitionsAvailable steps array.
moodleform$form
Return values
stringHTML code

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