function set($values) { parent::set($values); if (!empty($this->ext4)) { $this->default_value = $this->ext4; } }
function set($values) { parent::set($values); if (!empty($this->ext1)) { $this->border = $this->ext1; } if (!empty($this->ext2)) { $this->width = $this->ext2; } if (!empty($this->ext3)) { $this->height = $this->ext3; } }
function set($values) { parent::set($values); if (!empty($this->ext2)) { $this->rows = $this->ext2; } if (!empty($this->ext3)) { $this->cols = $this->ext3; } if (!empty($this->ext4)) { $this->default_value = $this->ext4; } }
function set($values) { parent::set($values); if (!empty($this->ext2)) { $this->width = $this->ext2; } if (!empty($this->ext3)) { $this->height = $this->ext3; } if (!empty($this->ext4)) { $this->turn_on = $this->ext4; } }