Exemplo n.º 1
0
 public function hasValue($value)
 {
     // bc
     if ($this->viasql) {
         return parent::hasValue($value);
     }
     $value = $this->correctValue($value);
     return rex_article::get($this->article_id, $this->clang)->hasValue($value);
 }