Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function getMatchingIds()
 {
     if ($this->objAttribute instanceof ITranslated) {
         return $this->objAttribute->searchForInLanguages($this->strValue, $this->arrValidLanguages);
     }
     return $this->objAttribute->searchFor($this->strValue);
 }