Home
last modified time | relevance | path

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

/plugin/tagging/helper/
Dquerybuilder.php200 $where .= $this->useLike($this->pid) ? ' GLOB' : ' =';
255 $where .= $this->useLike($tag) ? ' GLOB' : ' =';
276 protected function useLike($value) function in helper_plugin_tagging_querybuilder