Home
last modified time | relevance | path

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

/plugin/strata/helper/
H A Dsyntax.php233 $ordering = $this->extractGroups($root, 'sort');
236 $grouping = $this->extractGroups($root, 'group');
239 $considering = $this->extractGroups($root, 'consider');
242 $where = $this->extractGroups($root, 'where');
357 $unions = $this->extractGroups($root, 'union');
360 $minuses = $this->extractGroups($root,'minus');
363 $optionals = $this->extractGroups($root,'optional');
455 $subs = $this->extractGroups($root,null);
692 $fieldsGroups = $this->extractGroups($tree, 'fields');
887 function extractGroups(
878 function extractGroups(&$root, $tag) { global() function in helper_plugin_strata_syntax
[all...]
/plugin/strata/syntax/
H A Dselect.php155 $trees = $this->helper->extractGroups($tree, 'ui');
167 $groups = array_merge($groups, $this->helper->extractGroups($t, $f['caption']));
177 $groups = array_merge($groups, $this->helper->extractGroups($t, '#' . ($i+1)));