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