id = $row->id; $this->name = $row->name; $this->enabled = $row->enabled; $this->can_unlink = $row->can_unlink; $this->required = $row->required; $this->order = $row->order; } }