Home
last modified time | relevance | path

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

/plugin/strata/syntax/
Dselect.php90 $tree = $this->helper->constructTree($lines,'query');
Dentry.php82 $tree = $this->syntax->constructTree($lines,'data entry');
/plugin/strata/helper/
Dsyntax.php786 function constructTree($lines, $what) { function in helper_plugin_strata_syntax