Beispiel #1
0
 /**
  * @inheritDoc
  */
 public function set($key, $value)
 {
     if ($this->has_column_by_key($key)) {
         $key = $this->get_column_by_key($key);
     }
     return parent::set($key, $value);
 }