66 $a_obj_id = $a_rbac_id;
72 $this->rbac_id = $a_rbac_id;
73 $this->obj_id = $a_obj_id;
74 $this->obj_type = $a_type;
80 $this->rbac_id = $a_id;
88 $this->obj_id = $a_id;
96 $this->obj_type = $a_type;
104 $this->meta_id = $a_meta_id;
113 return $this->meta_id;
117 $this->parent_type = $a_parent_type;
121 return $this->parent_type;
125 $this->parent_id = $a_id;
129 return $this->parent_id;
134 $this->export_mode = $a_export_mode;