term_id = (int) $data->term_id; $this->term_taxonomy_id = $data->term_taxonomy_id; $this->name = $data->name; $this->slug = $data->slug; $this->description = $data->description; $this->taxonomy = $data->taxonomy; $this->count = (int) $data->count; $this->term_order = (int) $data->term_order; return $this; } }