|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct (array $config=array()) | |
| get_varsearch () | |
Static Public Attributes | |
| static | $VAR_SEARCH = 'catsearch' |
Protected Member Functions | |
| get_searchsql () | |
| get_itemcontextlevel () | |
| format_results () | |
A category search component
Definition at line 282 of file restore_ui_components.php.
| __construct | ( | array $ | config = array() | ) |
Constructor
| array | $config | Config options |
Reimplemented from restore_search_base.
Definition at line 286 of file restore_ui_components.php.

| format_results | ( | ) | [protected] |
Formats the results
Reimplemented from restore_search_base.
Definition at line 312 of file restore_ui_components.php.
| get_itemcontextlevel | ( | ) | [protected] |
Gets the context level associated with this components items
Reimplemented from restore_search_base.
Definition at line 309 of file restore_ui_components.php.
| get_searchsql | ( | ) | [protected] |
moodle_database $DB
Reimplemented from restore_search_base.
Definition at line 294 of file restore_ui_components.php.

| get_varsearch | ( | ) |
Gets the string used to transfer the search string for this compontents requests
Reimplemented from restore_search_base.
Definition at line 313 of file restore_ui_components.php.
$VAR_SEARCH = 'catsearch' [static] |
Reimplemented from restore_search_base.
Definition at line 284 of file restore_ui_components.php.