Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
tool_usertours\local\table\step_list Class Reference

Table to show the list of steps in a tour. More...

Inheritance diagram for tool_usertours\local\table\step_list:

Public Member Functions

 __construct ($tourid)
 Construct the table for the specified tour ID.
 

Protected Member Functions

 col_actions (step $step)
 Format the current row's actions column.
 
 col_content (step $step)
 Format the current row's content column.
 
 col_target (step $step)
 Format the current row's target column.
 
 col_title (step $step)
 Format the current row's title column.
 

Protected Attributes

int $tourid
 $tourid The id of the tour.
 

Detailed Description

Table to show the list of steps in a tour.

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

Constructor & Destructor Documentation

◆ __construct()

tool_usertours\local\table\step_list::__construct ( $tourid)

Construct the table for the specified tour ID.

Parameters
int$touridThe id of the tour.

Member Function Documentation

◆ col_actions()

tool_usertours\local\table\step_list::col_actions ( step $step)
protected

Format the current row's actions column.

Parameters
step$stepThe step for this row.
Return values
string

◆ col_content()

tool_usertours\local\table\step_list::col_content ( step $step)
protected

Format the current row's content column.

Parameters
step$stepThe step for this row.
Return values
string

◆ col_target()

tool_usertours\local\table\step_list::col_target ( step $step)
protected

Format the current row's target column.

Parameters
step$stepThe step for this row.
Return values
string

◆ col_title()

tool_usertours\local\table\step_list::col_title ( step $step)
protected

Format the current row's title column.

Parameters
step$stepThe step for this row.
Return values
string

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