Exemplo n.º 1
0
 protected function buildUFC(UserFilterBuilder $ufb)
 {
     return new UFC_NameTokens($this->val, array(), $ufb->b('with_soundex'), $ufb->b('exact'), $this->type);
 }