Home
last modified time | relevance | path

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

/plugin/strata/helper/
H A Dtriples.php389 private $_variableLookup = array();
399 if(empty($this->_variableLookup[$term['text']])) {
400 $this->_variableLookup[$term['text']] = $this->_alias('v');
403 return $this->_variableLookup[$term['text']];
371 private $_variableLookup = array(); global() variable in strata_sql_generator