| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Source view] [Print] [Project Stats]
Renderable for display of license manager table.
| Copyright: | 2020 Tom Dickman <tomdickman@catalyst-au.net> |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 185 lines (8 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
table:: (3 methods):
create_license_link()
create_license_manager_table()
get_license_table_row_data()
| create_license_link() X-Ref |
| 'Create License' link. return: string HTML string. |
| create_license_manager_table(array $licenses, \renderer_base $output) X-Ref |
| Create the HTML table for license management. param: array $licenses param: \renderer_base $output return: string HTML for license manager table. |
| get_license_table_row_data($license, bool $canmoveup, bool $canmovedown, \renderer_base $output) X-Ref |
| Get table row data for a license. param: object $license the license to populate row data for. param: bool $canmoveup can this row move up. param: bool $canmovedown can this row move down. param: \renderer_base $output the renderer return: \html_table_row of columns values for row. |
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |