isOfType($joomap, $parent) ) { // check if plugin handles this kind of content $result = $plugin->getTree($joomap, $parent); // call plugin's handler function break; } } return $result; } }; ?>