public function setValue($value, $default = false) { if (!is_array($value)) { return; } $this->datas = $value; }