Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
Table to show the list of tours.
Copyright: | 2016 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 155 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
tour_list:: (6 methods):
__construct()
col_name()
col_description()
col_appliesto()
col_enabled()
col_actions()
__construct() X-Ref |
Construct the tour table. |
col_name(tour $tour) X-Ref |
Format the current row's name column. param: tour $tour The tour for this row. return: string |
col_description(tour $tour) X-Ref |
Format the current row's description column. param: tour $tour The tour for this row. return: string |
col_appliesto(tour $tour) X-Ref |
Format the current row's appliesto column. param: tour $tour The tour for this row. return: string |
col_enabled(tour $tour) X-Ref |
Format the current row's enabled column. param: tour $tour The tour for this row. return: string |
col_actions(tour $tour) X-Ref |
Format the current row's actions column. param: tour $tour The tour for this row. return: string |