Searched refs:useLike (Results 1 – 1 of 1) sorted by relevance
200 $where .= $this->useLike($this->pid) ? ' GLOB' : ' =';255 $where .= $this->useLike($tag) ? ' GLOB' : ' =';276 protected function useLike($value) function in helper_plugin_tagging_querybuilder