TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\IndexedSearch\Hook\CrawlerFilesHook Class Reference
Inheritance diagram for TYPO3\CMS\IndexedSearch\Hook\CrawlerFilesHook:
tx_indexedsearch_files

Public Member Functions

 crawler_execute ($params, &$pObj)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Crawler hook for indexed search. Works with the "crawler" extension This hook is specifically used to index external files found on pages through the crawler extension.

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om
See also
::extractLinks()

Definition at line 24 of file CrawlerFilesHook.php.

Member Function Documentation

◆ crawler_execute()

TYPO3\CMS\IndexedSearch\Hook\CrawlerFilesHook::crawler_execute (   $params,
$pObj 
)

Call back function for execution of a log element

Parameters
array$paramsParams from log element.
object$pObjParent object (tx_crawler lib)
Returns
null|array Result array
Todo:
Define visibility

Definition at line 34 of file CrawlerFilesHook.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().