Home
last modified time | relevance | path

Searched refs:extractors (Results 1 – 1 of 1) sorted by relevance

/plugin/json/
Dhelper.php368 $extractors = array();
393 $extractors[] = array(
400 return $extractors;
408 * @param array $extractors as returned from extractors_handle
414 public function extractors_replace($str, $extractors, $json_database = NULL) { argument
417 function ($matches) use (&$extractors, $json_database) {
419 $ext = array_shift($extractors);