function find_links(&$source, &$target_array, $aggressive_mode, &$tags_to_extract, &$map_array)
 {
     phpcrawlerutils::findLinks($source, $target_array, $aggressive_mode, $tags_to_extract, $map_array);
 }