Home
last modified time | relevance | path

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

/plugin/strata/syntax/
H A Dinfo.php52 case 'aggregate': $meta = $this->util->loadAggregate($matches[2])->getInfo(); break;
H A Dlist.php68 'aggregate'=>$this->util->loadAggregate($meta['aggregate']),
H A Dtable.php54 'aggregate'=>$this->util->loadAggregate($meta['aggregate']),
/plugin/strata/helper/
H A Dutil.php68 function loadAggregate($aggregate) { function in helper_plugin_strata_util