Home
last modified time | relevance | path

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

/plugin/tagging/helper/
H A Dquerybuilder.php197 $where .= $this->useLike($this->pid) ? ' GLOB' : ' =';
252 $where .= $this->useLike($tag) ? ' GLOB' : ' =';
273 protected function useLike($value) { function in helper_plugin_tagging_querybuilder