Ejemplo n.º 1
0
 /**
  *
  */
 public function load()
 {
     parent::load();
     if ($this->data) {
         $this->values = json_decode($this->data->value);
     }
     return $this;
 }