Table to show the list of steps in a tour.
More...
|
| __construct ($tourid) |
| Construct the table for the specified tour ID.
|
|
|
int | $tourid |
| $tourid The id of the tour.
|
|
Table to show the list of steps in a tour.
- Copyright
- 2016 Andrew Nicols andre.nosp@m.w@ni.nosp@m.cols..nosp@m.co.u.nosp@m.k
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
tool_usertours\local\table\step_list::__construct |
( |
| $tourid | ) |
|
Construct the table for the specified tour ID.
- Parameters
-
int | $tourid | The id of the tour. |
◆ col_actions()
tool_usertours\local\table\step_list::col_actions |
( |
step | $step | ) |
|
|
protected |
Format the current row's actions column.
- Parameters
-
step | $step | The step for this row. |
- Return values
-
◆ col_content()
tool_usertours\local\table\step_list::col_content |
( |
step | $step | ) |
|
|
protected |
Format the current row's content column.
- Parameters
-
step | $step | The step for this row. |
- Return values
-
◆ col_target()
tool_usertours\local\table\step_list::col_target |
( |
step | $step | ) |
|
|
protected |
Format the current row's target column.
- Parameters
-
step | $step | The step for this row. |
- Return values
-
◆ col_title()
tool_usertours\local\table\step_list::col_title |
( |
step | $step | ) |
|
|
protected |
Format the current row's title column.
- Parameters
-
step | $step | The step for this row. |
- Return values
-
The documentation for this class was generated from the following file:
- admin/tool/usertours/classes/local/table/step_list.php