Search area for mod_page activities.
Copyright: | 2015 David Monllao {@link http://www.davidmonllao.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 97 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
activity:: (3 methods):
get_document()
uses_file_indexing()
get_search_fileareas()
get_document($record, $options = array() X-Ref |
Returns the document associated with this activity. Overwriting base_activity method as page contents field is required, description field is not. param: stdClass $record param: array $options return: \core_search\document |
uses_file_indexing() X-Ref |
Returns true if this area uses file indexing. return: bool |
get_search_fileareas() X-Ref |
Return the context info required to index files for this search area. return: array |