Search documents factory.
Copyright: | 2015 David Monllao {@link http://www.davidmonllao.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 84 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
document_factory:: (2 methods):
instance()
clean_static()
Class: document_factory - X-Ref
Search document factory.instance($itemid, $componentname, $areaname, $engine = false) X-Ref |
Returns the appropiate document object as it depends on the engine. param: int $itemid Document itemid param: string $componentname Document component name param: string $areaname Document area name param: \core_search\engine $engine Falls back to the search engine in use. return: \core_search\document Base document or the engine implementation. |
clean_static() X-Ref |
Clears static vars. return: void |