Home
last modified time | relevance | path

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

/plugin/json/
Dhelper.php633 * @param integer $recursion_depth If greater than zero, then this function
659 public function add_json(&$json_database, &$data, $recursion_depth, &$log) { argument
715 else if(is_array($src) && $recursion_depth > 0) {
809 … helper_plugin_json::add_json($json_src, $data_elem, $recursion_depth-1, $log_elem);