Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403]
Search renderer.
Copyright: | 2015 David Monllao {@link http://www.davidmonllao.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 155 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
renderer:: (5 methods):
render_results()
render_top_results()
render_result()
render_search_disabled()
render_index_requests_info()
render_results($results, $page, $totalcount, $url, $cat = null) X-Ref |
Renders search results. param: \core_search\document[] $results param: int $page Zero based page number. param: int $totalcount Total number of results available. param: \moodle_url $url param: \core_search\area_category|null $cat Selected search are category or null if category functionality is disabled. return: string HTML |
render_top_results($results) X-Ref |
Top results content param: \core_search\document[] $results Search Results return: string content of the top result section |
render_result(\core_search\document $doc) X-Ref |
Displaying search results. param: \core_search\document Containing a single search response to be displayed.a return: string HTML |
render_search_disabled() X-Ref |
Returns a box with a search disabled lang string. return: string HTML |
render_index_requests_info(\stdClass $info) X-Ref |
Returns information about queued index requests. param: \stdClass $info Info object from get_index_requests_info return: string HTML |