67 $a_obj_id = $a_rbac_id;
73 $this->rbac_id = $a_rbac_id;
74 $this->obj_id = $a_obj_id;
75 $this->obj_type = $a_type;
81 $this->rbac_id = $a_id;
89 $this->obj_id = $a_id;
97 $this->obj_type = $a_type;
105 $this->meta_id = $a_meta_id;
114 return $this->meta_id;
118 $this->parent_type = $a_parent_type;
122 return $this->parent_type;
126 $this->parent_id = $a_id;
130 return $this->parent_id;
135 $this->export_mode = $a_export_mode;