TYPO3  7.6
Public Member Functions | List of all members
CrawlerFilesHook Class Reference

Public Member Functions

 crawler_execute ($params, &$pObj)
 

Detailed Description

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.

See Also
::extractLinks()

Definition at line 22 of file CrawlerFilesHook.php.

Member Function Documentation

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

Definition at line 31 of file CrawlerFilesHook.php.