| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
The user screen.
| Copyright: | 2014 Moodle Pty Ltd (http://moodle.com) |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 390 lines (12 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
user:: (14 methods):
select_label()
description()
options()
item_type()
init()
original_headers()
format_line()
format_icon()
category()
heading()
summary()
pager()
supports_paging()
process()
| select_label() X-Ref |
| Get the label for the select box that chooses items for this page. return: string |
| description() X-Ref |
| Get the description for the screen. return: string |
| options() X-Ref |
| Convert the list of items to a list of options. return: array |
| item_type() X-Ref |
| Get the type of items on this screen. return: string |
| init($selfitemisempty = false) X-Ref |
| Init the screen param: bool $selfitemisempty Have we selected an item yet? |
| original_headers() X-Ref |
| Get the list of headers for the table. return: array List of headers |
| format_line($item) X-Ref |
| Format each row of the table. param: grade_item $item return: string |
| format_icon($item) X-Ref |
| Helper to get the icon for an item. param: grade_item $item return: string |
| category($item) X-Ref |
| Helper to get the category for an item. param: grade_item $item return: grade_category |
| heading() X-Ref |
| Get the heading for the page. return: string |
| summary() X-Ref |
| Get the summary for this table. return: string |
| pager() X-Ref |
| Default pager return: string |
| supports_paging() X-Ref |
| Does this page require paging? return: bool |
| process($data) X-Ref |
| Process the data from the form. param: array $data return: array of warnings |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |